Color Hex Logo

#d014de Color Hex

#D014DE
(208,20,222)
0 Favorites   0 Comments

Color spaces of #d014de

RGB 20820222
HSL0.820.830.47
HSV296°91°87°
CMYK 0.060.910.00   0.13
XYZ39.447419.184170.7310
Yxy19.18410.30490.1483
Hunter Lab43.799784.1135-65.0862
CIE-Lab50.901984.5907-57.8647

#d014de color RGB value is (208,20,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 11011110
Octal 320 24 336
Decimal 208 20 222
Hex D0 14 DE

RGB Percentages of Color #d014de

%46.22
%4.44
%49.33

CMYK Percentages of Color #d014de

%6
%91
%0
%13

Triadic Colors of #d014de

#d014de #ded014 #14ded0

Analogous Colors of #d014de

#d014de #de1487 #6b14de

Monochromatic Colors of #d014de

#d014de

Complementary Color

#d014de #22de14

#d014de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d014de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d014de Color CSS Codes

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

#d014de Text Font Color

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

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


#d014de Background Color

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

This div background color is #d014de


#d014de Border Color

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

This div border color is #d014de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d014de


Comments

No comments written yet.

Please login to write comment.