Color Hex Logo

#d012cb Color Hex

#D012CB
(208,18,203)
0 Favorites   0 Comments

Color spaces of #d012cb

RGB 20818203
HSL0.840.840.44
HSV302°91°82°
CMYK 0.000.910.02   0.18
XYZ37.008218.154358.0535
Yxy18.15430.32690.1604
Hunter Lab42.607980.4772-50.9575
CIE-Lab49.682781.9944-48.9297

#d012cb color RGB value is (208,18,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010010 11001011
Octal 320 22 313
Decimal 208 18 203
Hex D0 12 CB

RGB Percentages of Color #d012cb

%48.48
%4.20
%47.32

CMYK Percentages of Color #d012cb

%0
%91
%2
%18

Triadic Colors of #d012cb

#d012cb #cbd012 #12cbd0

Analogous Colors of #d012cb

#d012cb #d0126c #7612d0

Monochromatic Colors of #d012cb

#d012cb

Complementary Color

#d012cb #12d017

#d012cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d012cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d012cb Color CSS Codes

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

#d012cb Text Font Color

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

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


#d012cb Background Color

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

This div background color is #d012cb


#d012cb Border Color

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

This div border color is #d012cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d012cb


Comments

No comments written yet.

Please login to write comment.