Color Hex Logo

#d212df Color Hex

#D212DF
(210,18,223)
0 Favorites   0 Comments

Color spaces of #d212df

RGB 21018223
HSL0.820.850.47
HSV296°92°87°
CMYK 0.060.920.00   0.13
XYZ40.113919.462071.4543
Yxy19.46200.30610.1485
Hunter Lab44.115885.1052-65.1510
CIE-Lab51.223485.2937-57.8988

#d212df color RGB value is (210,18,223).

#d212df hex color red value is 210, green value is 18 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d212df hue: 0.82 , saturation: 0.85 and the lightness value of d212df is 0.47.

The process color (four color CMYK) of #d212df color hex is 0.06, 0.92, 0.00, 0.13. Web safe color of #d212df is #cc00cc. Color #d212df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010010 11011111
Octal 322 22 337
Decimal 210 18 223
Hex D2 12 DF

RGB Percentages of Color #d212df

%46.56
%3.99
%49.45

CMYK Percentages of Color #d212df

%6
%92
%0
%13

Triadic Colors of #d212df

#d212df #dfd212 #12dfd2

Analogous Colors of #d212df

#d212df #df1286 #6c12df

Monochromatic Colors of #d212df

#d212df

Complementary Color

#d212df #1fdf12

#d212df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d212df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d212df Color CSS Codes

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

#d212df Text Font Color

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

This sample text font color is #d212df
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.


#d212df Background Color

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

This div background color is #d212df


#d212df Border Color

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

This div border color is #d212df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,18,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d212df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d212df;
  -webkit-box-shadow: 1px 1px 3px 2px #d212df;
  box-shadow:         1px 1px 3px 2px #d212df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,18,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d212df


Comments

No comments written yet.

Please login to write comment.