Color Hex Logo

#d018ce Color Hex

#D018CE
(208,24,206)
0 Favorites   0 Comments

Color spaces of #d018ce

RGB 20824206
HSL0.840.790.45
HSV301°88°82°
CMYK 0.000.880.01   0.18
XYZ37.479618.519459.9917
Yxy18.51940.32310.1597
Hunter Lab43.034280.1506-52.5292
CIE-Lab50.120181.6527-49.9607

#d018ce color RGB value is (208,24,206).

#d018ce hex color red value is 208, green value is 24 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d018ce hue: 0.84 , saturation: 0.79 and the lightness value of d018ce is 0.45.

The process color (four color CMYK) of #d018ce color hex is 0.00, 0.88, 0.01, 0.18. Web safe color of #d018ce is #cc00cc. Color #d018ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 11001110
Octal 320 30 316
Decimal 208 24 206
Hex D0 18 CE

RGB Percentages of Color #d018ce

%47.49
%5.48
%47.03

CMYK Percentages of Color #d018ce

%0
%88
%1
%18

Triadic Colors of #d018ce

#d018ce #ced018 #18ced0

Analogous Colors of #d018ce

#d018ce #d01872 #7618d0

Monochromatic Colors of #d018ce

#d018ce

Complementary Color

#d018ce #18d01a

#d018ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018ce Color CSS Codes

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

#d018ce Text Font Color

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

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


#d018ce Background Color

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

This div background color is #d018ce


#d018ce Border Color

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

This div border color is #d018ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,24,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018ce


Comments

No comments written yet.

Please login to write comment.