Color Hex Logo

#de3395 Color Hex

#DE3395
(222,51,149)
0 Favorites   0 Comments

Color spaces of #de3395

RGB 22251149
HSL0.900.720.54
HSV326°77°87°
CMYK 0.000.770.33   0.13
XYZ36.732820.067230.3711
Yxy20.06720.42140.2302
Hunter Lab44.796467.9752-8.8400
CIE-Lab51.913171.4727-13.5847

#de3395 color RGB value is (222,51,149).

#de3395 hex color red value is 222, green value is 51 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #de3395 hue: 0.90 , saturation: 0.72 and the lightness value of de3395 is 0.54.

The process color (four color CMYK) of #de3395 color hex is 0.00, 0.77, 0.33, 0.13. Web safe color of #de3395 is #cc3399. Color #de3395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110011 10010101
Octal 336 63 225
Decimal 222 51 149
Hex DE 33 95

RGB Percentages of Color #de3395

%52.61
%12.09
%35.31

CMYK Percentages of Color #de3395

%0
%77
%33
%13

Triadic Colors of #de3395

#de3395 #95de33 #3395de

Analogous Colors of #de3395

#de3395 #de333f #d233de

Monochromatic Colors of #de3395

#de3395

Complementary Color

#de3395 #33de7c

#de3395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de3395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de3395 Color CSS Codes

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

#de3395 Text Font Color

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

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


#de3395 Background Color

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

This div background color is #de3395


#de3395 Border Color

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

This div border color is #de3395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de3395


Comments

No comments written yet.

Please login to write comment.