Color Hex Logo

#d0758b Color Hex

#D0758B
(208,117,139)
0 Favorites   0 Comments

Color spaces of #d0758b

RGB 208117139
HSL0.960.490.64
HSV345°44°82°
CMYK 0.000.440.33   0.18
XYZ37.033927.996627.8781
Yxy27.99660.39860.3013
Hunter Lab52.911832.33965.7996
CIE-Lab59.885738.10073.8391

#d0758b color RGB value is (208,117,139).

#d0758b hex color red value is 208, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d0758b hue: 0.96 , saturation: 0.49 and the lightness value of d0758b is 0.64.

The process color (four color CMYK) of #d0758b color hex is 0.00, 0.44, 0.33, 0.18. Web safe color of #d0758b is #cc6699. Color #d0758b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 10001011
Octal 320 165 213
Decimal 208 117 139
Hex D0 75 8B

RGB Percentages of Color #d0758b

%44.83
%25.22
%29.96

CMYK Percentages of Color #d0758b

%0
%44
%33
%18

Triadic Colors of #d0758b

#d0758b #8bd075 #758bd0

Analogous Colors of #d0758b

#d0758b #d08d75 #d075b9

Monochromatic Colors of #d0758b

#d0758b

Complementary Color

#d0758b #75d0ba

#d0758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0758b Color CSS Codes

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

#d0758b Text Font Color

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

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


#d0758b Background Color

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

This div background color is #d0758b


#d0758b Border Color

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

This div border color is #d0758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0758b


Comments

No comments written yet.

Please login to write comment.