Color Hex Logo

#de738b Color Hex

#DE738B
(222,115,139)
0 Favorites   0 Comments

Color spaces of #de738b

RGB 222115139
HSL0.960.620.66
HSV347°48°87°
CMYK 0.000.480.37   0.13
XYZ40.915129.655127.9936
Yxy29.65510.41510.3009
Hunter Lab54.456538.81457.6413
CIE-Lab61.355544.10146.1981

#de738b color RGB value is (222,115,139).

#de738b hex color red value is 222, green value is 115 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #de738b hue: 0.96 , saturation: 0.62 and the lightness value of de738b is 0.66.

The process color (four color CMYK) of #de738b color hex is 0.00, 0.48, 0.37, 0.13. Web safe color of #de738b is #cc6699. Color #de738b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 10001011
Octal 336 163 213
Decimal 222 115 139
Hex DE 73 8B

RGB Percentages of Color #de738b

%46.64
%24.16
%29.20

CMYK Percentages of Color #de738b

%0
%48
%37
%13

Triadic Colors of #de738b

#de738b #8bde73 #738bde

Analogous Colors of #de738b

#de738b #de9173 #de73c1

Monochromatic Colors of #de738b

#de738b

Complementary Color

#de738b #73dec6

#de738b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de738b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de738b Color CSS Codes

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

#de738b Text Font Color

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

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


#de738b Background Color

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

This div background color is #de738b


#de738b Border Color

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

This div border color is #de738b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de738b


Comments

No comments written yet.

Please login to write comment.