Color Hex Logo

#d0739e Color Hex

#D0739E
(208,115,158)
0 Favorites   0 Comments

Color spaces of #d0739e

RGB 208115158
HSL0.920.500.63
HSV332°45°82°
CMYK 0.000.450.24   0.18
XYZ38.314728.140035.7599
Yxy28.14000.37480.2753
Hunter Lab53.047136.0938-2.8353
CIE-Lab60.015041.7055-6.9279

#d0739e color RGB value is (208,115,158).

#d0739e hex color red value is 208, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d0739e hue: 0.92 , saturation: 0.50 and the lightness value of d0739e is 0.63.

The process color (four color CMYK) of #d0739e color hex is 0.00, 0.45, 0.24, 0.18. Web safe color of #d0739e is #cc6699. Color #d0739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 10011110
Octal 320 163 236
Decimal 208 115 158
Hex D0 73 9E

RGB Percentages of Color #d0739e

%43.24
%23.91
%32.85

CMYK Percentages of Color #d0739e

%0
%45
%24
%18

Triadic Colors of #d0739e

#d0739e #9ed073 #739ed0

Analogous Colors of #d0739e

#d0739e #d07773 #d073cd

Monochromatic Colors of #d0739e

#d0739e

Complementary Color

#d0739e #73d0a5

#d0739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0739e Color CSS Codes

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

#d0739e Text Font Color

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

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


#d0739e Background Color

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

This div background color is #d0739e


#d0739e Border Color

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

This div border color is #d0739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0739e


Comments

No comments written yet.

Please login to write comment.