Color Hex Logo

#d0948a Color Hex

#D0948A
(208,148,138)
0 Favorites   0 Comments

Color spaces of #d0948a

RGB 208148138
HSL0.020.430.68
HSV34°82°
CMYK 0.000.290.34   0.18
XYZ41.189836.424728.9045
Yxy36.42470.38670.3420
Hunter Lab60.352916.205613.8516
CIE-Lab66.843221.290714.2950

#d0948a color RGB value is (208,148,138).

#d0948a hex color red value is 208, green value is 148 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d0948a hue: 0.02 , saturation: 0.43 and the lightness value of d0948a is 0.68.

The process color (four color CMYK) of #d0948a color hex is 0.00, 0.29, 0.34, 0.18. Web safe color of #d0948a is #cc9999. Color #d0948a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010100 10001010
Octal 320 224 212
Decimal 208 148 138
Hex D0 94 8A

RGB Percentages of Color #d0948a

%42.11
%29.96
%27.94

CMYK Percentages of Color #d0948a

%0
%29
%34
%18

Triadic Colors of #d0948a

#d0948a #8ad094 #948ad0

Analogous Colors of #d0948a

#d0948a #d0b78a #d08aa3

Monochromatic Colors of #d0948a

#d0948a

Complementary Color

#d0948a #8ac6d0

#d0948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0948a Color CSS Codes

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

#d0948a Text Font Color

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

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


#d0948a Background Color

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

This div background color is #d0948a


#d0948a Border Color

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

This div border color is #d0948a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0948a


Comments

No comments written yet.

Please login to write comment.