Color Hex Logo

#d018cb Color Hex

#D018CB
(208,24,203)
0 Favorites   0 Comments

Color spaces of #d018cb

RGB 20824203
HSL0.840.790.45
HSV302°88°82°
CMYK 0.000.880.02   0.18
XYZ37.118618.375058.0903
Yxy18.37500.32680.1618
Hunter Lab42.866179.5511-50.3411
CIE-Lab49.947881.2144-48.5069

#d018cb color RGB value is (208,24,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 11001011
Octal 320 30 313
Decimal 208 24 203
Hex D0 18 CB

RGB Percentages of Color #d018cb

%47.82
%5.52
%46.67

CMYK Percentages of Color #d018cb

%0
%88
%2
%18

Triadic Colors of #d018cb

#d018cb #cbd018 #18cbd0

Analogous Colors of #d018cb

#d018cb #d0186f #7918d0

Monochromatic Colors of #d018cb

#d018cb

Complementary Color

#d018cb #18d01d

#d018cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018cb Color CSS Codes

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

#d018cb Text Font Color

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

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


#d018cb Background Color

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

This div background color is #d018cb


#d018cb Border Color

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

This div border color is #d018cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018cb


Comments

No comments written yet.

Please login to write comment.