Color Hex Logo

#de36af Color Hex

#DE36AF
(222,54,175)
0 Favorites   0 Comments

Color spaces of #de36af

RGB 22254175
HSL0.880.720.54
HSV317°76°87°
CMYK 0.000.760.21   0.13
XYZ39.181221.263142.5965
Yxy21.26310.38020.2064
Hunter Lab46.111970.9752-22.4916
CIE-Lab53.236273.6880-26.9014

#de36af color RGB value is (222,54,175).

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

The process color (four color CMYK) of #de36af color hex is 0.00, 0.76, 0.21, 0.13. Web safe color of #de36af is #cc3399. Color #de36af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110110 10101111
Octal 336 66 257
Decimal 222 54 175
Hex DE 36 AF

RGB Percentages of Color #de36af

%49.22
%11.97
%38.80

CMYK Percentages of Color #de36af

%0
%76
%21
%13

Triadic Colors of #de36af

#de36af #afde36 #36afde

Analogous Colors of #de36af

#de36af #de365b #b936de

Monochromatic Colors of #de36af

#de36af

Complementary Color

#de36af #36de65

#de36af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de36af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de36af Color CSS Codes

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

#de36af Text Font Color

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

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


#de36af Background Color

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

This div background color is #de36af


#de36af Border Color

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

This div border color is #de36af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de36af


Comments

No comments written yet.

Please login to write comment.