Color Hex Logo

#d618cb Color Hex

#D618CB
(214,24,203)
0 Favorites   0 Comments

Color spaces of #d618cb

RGB 21424203
HSL0.840.800.47
HSV303°89°84°
CMYK 0.000.890.05   0.16
XYZ38.837719.261258.1707
Yxy19.26120.33400.1657
Hunter Lab43.887681.1578-47.8645
CIE-Lab50.991482.2734-46.7825

#d618cb color RGB value is (214,24,203).

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

The process color (four color CMYK) of #d618cb color hex is 0.00, 0.89, 0.05, 0.16. Web safe color of #d618cb is #cc00cc. Color #d618cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011000 11001011
Octal 326 30 313
Decimal 214 24 203
Hex D6 18 CB

RGB Percentages of Color #d618cb

%48.53
%5.44
%46.03

CMYK Percentages of Color #d618cb

%0
%89
%5
%16

Triadic Colors of #d618cb

#d618cb #cbd618 #18cbd6

Analogous Colors of #d618cb

#d618cb #d6186c #8218d6

Monochromatic Colors of #d618cb

#d618cb

Complementary Color

#d618cb #18d623

#d618cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d618cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d618cb Color CSS Codes

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

#d618cb Text Font Color

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

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


#d618cb Background Color

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

This div background color is #d618cb


#d618cb Border Color

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

This div border color is #d618cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d618cb


Comments

No comments written yet.

Please login to write comment.