color codes Logo

#d121fc color codes

#D121FC
(209,33,252)
0 Favorites   0 Comments

Color spaces of #d121fc

RGB 20933252
HSL0.800.970.56
HSV288°87°99°
CMYK 0.170.870.00   0.01
XYZ44.409021.671393.9378
Yxy21.67130.27750.1354
Hunter Lab46.552488.8144-87.0541
CIE-Lab53.676587.6546-70.2636

#d121fc color RGB value is (209,33,252).

#d121fc hex color red value is 209, green value is 33 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d121fc hue: 0.80 , saturation: 0.97 and the lightness value of d121fc is 0.56.

The process color (four color CMYK) of #d121fc color code is 0.17, 0.87, 0.00, 0.01. Web safe color of #d121fc is #cc33ff. Color #d121fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 11111100
Octal 321 41 374
Decimal 209 33 252
Hex D1 21 FC

RGB Percentages of Color #d121fc

%42.31
%6.68
%51.01

CMYK Percentages of Color #d121fc

%17
%87
%0
%1

Triadic Colors of #d121fc

#d121fc #fcd121 #21fcd1

Analogous Colors of #d121fc

#d121fc #fc21ba #6421fc

Monochromatic Colors of #d121fc

#d121fc

Complementary Color

#d121fc #4cfc21

#d121fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d121fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d121fc Color CSS Codes

.mybgcolor {background-color:#d121fc; } 
.myforecolor {color:#d121fc; }
.mybordercolor {border:3px solid #d121fc; }

#d121fc Text Font Color

<p style="color:#d121fc">Text here</p>

This sample text font color is #d121fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d121fc Background Color

<div style="background-color:#d121fc">
Div content here</div>

This div background color is #d121fc


#d121fc Border Color

<div style="border:3px solid #d121fc">
Div here</div>

This div border color is #d121fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,33,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d121fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d121fc;
  -webkit-box-shadow: 1px 1px 3px 2px #d121fc;
  box-shadow:         1px 1px 3px 2px #d121fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,33,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d121fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d121fc;
  -webkit-box-shadow: 1px 1px 3px 2px #d121fc;
  box-shadow:         1px 1px 3px 2px #d121fc;">
Div content here</div>

This div box has shadow with color #d121fc

Related Colors


Comments

No comments written yet.

Please login to write comment.