Color Hex Logo

#d00b73 Color Hex

#D00B73
(208,11,115)
0 Favorites   0 Comments

Color spaces of #d00b73

RGB 20811115
HSL0.910.900.43
HSV328°95°82°
CMYK 0.000.950.45   0.18
XYZ29.226614.887017.5527
Yxy14.88700.47390.2414
Hunter Lab38.583767.68980.0360
CIE-Lab45.479072.4856-2.8507

#d00b73 color RGB value is (208,11,115).

#d00b73 hex color red value is 208, green value is 11 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d00b73 hue: 0.91 , saturation: 0.90 and the lightness value of d00b73 is 0.43.

The process color (four color CMYK) of #d00b73 color hex is 0.00, 0.95, 0.45, 0.18. Web safe color of #d00b73 is #cc0066. Color #d00b73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 01110011
Octal 320 13 163
Decimal 208 11 115
Hex D0 B 73

RGB Percentages of Color #d00b73

%62.28
%3.29
%34.43

CMYK Percentages of Color #d00b73

%0
%95
%45
%18

Triadic Colors of #d00b73

#d00b73 #73d00b #0b73d0

Analogous Colors of #d00b73

#d00b73 #d00b11 #cb0bd0

Monochromatic Colors of #d00b73

#d00b73

Complementary Color

#d00b73 #0bd068

#d00b73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00b73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00b73 Color CSS Codes

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

#d00b73 Text Font Color

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

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


#d00b73 Background Color

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

This div background color is #d00b73


#d00b73 Border Color

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

This div border color is #d00b73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00b73


Comments

No comments written yet.

Please login to write comment.