Color Hex Logo

#d912df Color Hex

#D912DF
(217,18,223)
0 Favorites   0 Comments

Color spaces of #d912df

RGB 21718223
HSL0.830.850.47
HSV298°92°87°
CMYK 0.030.920.00   0.13
XYZ42.150920.512071.5497
Yxy20.51200.31410.1528
Hunter Lab45.290286.8695-61.9636
CIE-Lab52.411286.4176-55.9281

#d912df color RGB value is (217,18,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010010 11011111
Octal 331 22 337
Decimal 217 18 223
Hex D9 12 DF

RGB Percentages of Color #d912df

%47.38
%3.93
%48.69

CMYK Percentages of Color #d912df

%3
%92
%0
%13

Triadic Colors of #d912df

#d912df #dfd912 #12dfd9

Analogous Colors of #d912df

#d912df #df127f #7312df

Monochromatic Colors of #d912df

#d912df

Complementary Color

#d912df #18df12

#d912df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d912df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d912df Color CSS Codes

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

#d912df Text Font Color

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

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


#d912df Background Color

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

This div background color is #d912df


#d912df Border Color

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

This div border color is #d912df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d912df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d912df


Comments

No comments written yet.

Please login to write comment.