Color Hex Logo

#d912de Color Hex

#D912DE
(217,18,222)
0 Favorites   0 Comments

Color spaces of #d912de

RGB 21718222
HSL0.830.850.47
HSV299°92°87°
CMYK 0.020.920.00   0.13
XYZ42.016420.458370.8416
Yxy20.45830.31520.1535
Hunter Lab45.230986.6604-61.1998
CIE-Lab52.351586.2692-55.4556

#d912de color RGB value is (217,18,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010010 11011110
Octal 331 22 336
Decimal 217 18 222
Hex D9 12 DE

RGB Percentages of Color #d912de

%47.48
%3.94
%48.58

CMYK Percentages of Color #d912de

%2
%92
%0
%13

Triadic Colors of #d912de

#d912de #ded912 #12ded9

Analogous Colors of #d912de

#d912de #de127d #7312de

Monochromatic Colors of #d912de

#d912de

Complementary Color

#d912de #17de12

#d912de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d912de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d912de Color CSS Codes

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

#d912de Text Font Color

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

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


#d912de Background Color

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

This div background color is #d912de


#d912de Border Color

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

This div border color is #d912de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d912de


Comments

No comments written yet.

Please login to write comment.