Color Hex Logo

#d007cb Color Hex

#D007CB
(208,7,203)
0 Favorites   0 Comments

Color spaces of #d007cb

RGB 2087203
HSL0.840.930.42
HSV301°97°82°
CMYK 0.000.970.02   0.18
XYZ36.867917.873758.0067
Yxy17.87370.32700.1585
Hunter Lab42.277381.6756-51.7549
CIE-Lab49.342682.9986-49.4726

#d007cb color RGB value is (208,7,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11001011
Octal 320 7 313
Decimal 208 7 203
Hex D0 7 CB

RGB Percentages of Color #d007cb

%49.76
%1.67
%48.56

CMYK Percentages of Color #d007cb

%0
%97
%2
%18

Triadic Colors of #d007cb

#d007cb #cbd007 #07cbd0

Analogous Colors of #d007cb

#d007cb #d00767 #7107d0

Monochromatic Colors of #d007cb

#d007cb

Complementary Color

#d007cb #07d00c

#d007cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007cb Color CSS Codes

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

#d007cb Text Font Color

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

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


#d007cb Background Color

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

This div background color is #d007cb


#d007cb Border Color

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

This div border color is #d007cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007cb


Comments

No comments written yet.

Please login to write comment.