Color Hex Logo

#de386e Color Hex

#DE386E
(222,56,110)
0 Favorites   0 Comments

Color spaces of #de386e

RGB 22256110
HSL0.950.720.55
HSV340°75°87°
CMYK 0.000.750.50   0.13
XYZ34.352819.483716.7020
Yxy19.48370.48700.2762
Hunter Lab44.140361.67448.4639
CIE-Lab51.248466.29588.8841

#de386e color RGB value is (222,56,110).

#de386e hex color red value is 222, green value is 56 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #de386e hue: 0.95 , saturation: 0.72 and the lightness value of de386e is 0.55.

The process color (four color CMYK) of #de386e color hex is 0.00, 0.75, 0.50, 0.13. Web safe color of #de386e is #cc3366. Color #de386e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111000 01101110
Octal 336 70 156
Decimal 222 56 110
Hex DE 38 6E

RGB Percentages of Color #de386e

%57.22
%14.43
%28.35

CMYK Percentages of Color #de386e

%0
%75
%50
%13

Triadic Colors of #de386e

#de386e #6ede38 #386ede

Analogous Colors of #de386e

#de386e #de5538 #de38c1

Monochromatic Colors of #de386e

#de386e

Complementary Color

#de386e #38dea8

#de386e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de386e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de386e Color CSS Codes

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

#de386e Text Font Color

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

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


#de386e Background Color

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

This div background color is #de386e


#de386e Border Color

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

This div border color is #de386e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de386e


Comments

No comments written yet.

Please login to write comment.