Color Hex Logo

#d38097 Color Hex

#D38097
(211,128,151)
0 Favorites   0 Comments

Color spaces of #d38097

RGB 211128151
HSL0.950.490.66
HSV343°39°83°
CMYK 0.000.390.28   0.17
XYZ40.169131.521633.2453
Yxy31.52160.38280.3004
Hunter Lab56.144129.45824.1927
CIE-Lab62.945534.93931.4380

#d38097 color RGB value is (211,128,151).

#d38097 hex color red value is 211, green value is 128 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d38097 hue: 0.95 , saturation: 0.49 and the lightness value of d38097 is 0.66.

The process color (four color CMYK) of #d38097 color hex is 0.00, 0.39, 0.28, 0.17. Web safe color of #d38097 is #cc9999. Color #d38097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000000 10010111
Octal 323 200 227
Decimal 211 128 151
Hex D3 80 97

RGB Percentages of Color #d38097

%43.06
%26.12
%30.82

CMYK Percentages of Color #d38097

%0
%39
%28
%17

Triadic Colors of #d38097

#d38097 #97d380 #8097d3

Analogous Colors of #d38097

#d38097 #d39380 #d380c1

Monochromatic Colors of #d38097

#d38097

Complementary Color

#d38097 #80d3bc

#d38097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38097 Color CSS Codes

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

#d38097 Text Font Color

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

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


#d38097 Background Color

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

This div background color is #d38097


#d38097 Border Color

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

This div border color is #d38097


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,128,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d38097; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d38097;
  -webkit-box-shadow: 1px 1px 3px 2px #d38097;
  box-shadow:         1px 1px 3px 2px #d38097; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,128,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38097


Comments

No comments written yet.

Please login to write comment.