Color Hex Logo

#d01cde Color Hex

#D01CDE
(208,28,222)
0 Favorites   0 Comments

Color spaces of #d01cde

RGB 20828222
HSL0.820.780.49
HSV296°87°87°
CMYK 0.060.870.00   0.13
XYZ39.612519.514370.7861
Yxy19.51430.30490.1502
Hunter Lab44.175082.7579-64.0839
CIE-Lab51.283683.4652-57.2516

#d01cde color RGB value is (208,28,222).

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

The process color (four color CMYK) of #d01cde color hex is 0.06, 0.87, 0.00, 0.13. Web safe color of #d01cde is #cc33cc. Color #d01cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011100 11011110
Octal 320 34 336
Decimal 208 28 222
Hex D0 1C DE

RGB Percentages of Color #d01cde

%45.41
%6.11
%48.47

CMYK Percentages of Color #d01cde

%6
%87
%0
%13

Triadic Colors of #d01cde

#d01cde #ded01c #1cded0

Analogous Colors of #d01cde

#d01cde #de1c8b #6f1cde

Monochromatic Colors of #d01cde

#d01cde

Complementary Color

#d01cde #2ade1c

#d01cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01cde Color CSS Codes

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

#d01cde Text Font Color

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

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


#d01cde Background Color

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

This div background color is #d01cde


#d01cde Border Color

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

This div border color is #d01cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01cde


Comments

No comments written yet.

Please login to write comment.