Color Hex Logo

#d0758c Color Hex

#D0758C
(208,117,140)
0 Favorites   0 Comments

Color spaces of #d0758c

RGB 208117140
HSL0.960.490.64
HSV345°44°82°
CMYK 0.000.440.33   0.18
XYZ37.107328.025928.2647
Yxy28.02590.39730.3001
Hunter Lab52.939532.47335.4024
CIE-Lab59.912138.22773.3004

#d0758c color RGB value is (208,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 10001100
Octal 320 165 214
Decimal 208 117 140
Hex D0 75 8C

RGB Percentages of Color #d0758c

%44.73
%25.16
%30.11

CMYK Percentages of Color #d0758c

%0
%44
%33
%18

Triadic Colors of #d0758c

#d0758c #8cd075 #758cd0

Analogous Colors of #d0758c

#d0758c #d08c75 #d075ba

Monochromatic Colors of #d0758c

#d0758c

Complementary Color

#d0758c #75d0b9

#d0758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0758c Color CSS Codes

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

#d0758c Text Font Color

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

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


#d0758c Background Color

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

This div background color is #d0758c


#d0758c Border Color

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

This div border color is #d0758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0758c


Comments

No comments written yet.

Please login to write comment.