Color Hex Logo

#d0748e Color Hex

#D0748E
(208,116,142)
0 Favorites   0 Comments

Color spaces of #d0748e

RGB 208116142
HSL0.950.490.64
HSV343°44°82°
CMYK 0.000.440.32   0.18
XYZ37.140327.853729.0100
Yxy27.85370.39510.2963
Hunter Lab52.776633.25614.3534
CIE-Lab59.756339.00751.9201

#d0748e color RGB value is (208,116,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110100 10001110
Octal 320 164 216
Decimal 208 116 142
Hex D0 74 8E

RGB Percentages of Color #d0748e

%44.64
%24.89
%30.47

CMYK Percentages of Color #d0748e

%0
%44
%32
%18

Triadic Colors of #d0748e

#d0748e #8ed074 #748ed0

Analogous Colors of #d0748e

#d0748e #d08874 #d074bc

Monochromatic Colors of #d0748e

#d0748e

Complementary Color

#d0748e #74d0b6

#d0748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0748e Color CSS Codes

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

#d0748e Text Font Color

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

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


#d0748e Background Color

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

This div background color is #d0748e


#d0748e Border Color

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

This div border color is #d0748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0748e


Comments

No comments written yet.

Please login to write comment.