Color Hex Logo

#de385c Color Hex

#DE385C
(222,56,92)
0 Favorites   0 Comments

Color spaces of #de385c

RGB 2225692
HSL0.960.720.55
HSV347°75°87°
CMYK 0.000.750.59   0.13
XYZ33.470119.130612.0537
Yxy19.13060.51770.2959
Hunter Lab43.738560.051314.2775
CIE-Lab50.839764.980619.2086

#de385c color RGB value is (222,56,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111000 01011100
Octal 336 70 134
Decimal 222 56 92
Hex DE 38 5C

RGB Percentages of Color #de385c

%60.00
%15.14
%24.86

CMYK Percentages of Color #de385c

%0
%75
%59
%13

Triadic Colors of #de385c

#de385c #5cde38 #385cde

Analogous Colors of #de385c

#de385c #de6738 #de38af

Monochromatic Colors of #de385c

#de385c

Complementary Color

#de385c #38deba

#de385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de385c Color CSS Codes

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

#de385c Text Font Color

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

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


#de385c Background Color

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

This div background color is #de385c


#de385c Border Color

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

This div border color is #de385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de385c


Comments

No comments written yet.

Please login to write comment.