Color Hex Logo

#d07791 Color Hex

#D07791
(208,119,145)
0 Favorites   0 Comments

Color spaces of #d07791

RGB 208119145
HSL0.950.490.64
HSV342°43°82°
CMYK 0.000.430.30   0.18
XYZ37.720128.647930.3296
Yxy28.64790.39010.2963
Hunter Lab53.523732.12883.8695
CIE-Lab60.469637.82541.2274

#d07791 color RGB value is (208,119,145).

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

The process color (four color CMYK) of #d07791 color hex is 0.00, 0.43, 0.30, 0.18. Web safe color of #d07791 is #cc6699. Color #d07791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 10010001
Octal 320 167 221
Decimal 208 119 145
Hex D0 77 91

RGB Percentages of Color #d07791

%44.07
%25.21
%30.72

CMYK Percentages of Color #d07791

%0
%43
%30
%18

Triadic Colors of #d07791

#d07791 #91d077 #7791d0

Analogous Colors of #d07791

#d07791 #d08a77 #d077be

Monochromatic Colors of #d07791

#d07791

Complementary Color

#d07791 #77d0b6

#d07791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07791 Color CSS Codes

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

#d07791 Text Font Color

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

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


#d07791 Background Color

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

This div background color is #d07791


#d07791 Border Color

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

This div border color is #d07791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07791


Comments

No comments written yet.

Please login to write comment.