Color Hex Logo

#de27ab Color Hex

#DE27AB
(222,39,171)
0 Favorites   0 Comments

Color spaces of #de27ab

RGB 22239171
HSL0.880.730.51
HSV317°82°87°
CMYK 0.000.820.23   0.13
XYZ38.200419.920940.3598
Yxy19.92090.38790.2023
Hunter Lab44.632874.6673-22.3707
CIE-Lab51.747776.9730-26.8616

#de27ab color RGB value is (222,39,171).

#de27ab hex color red value is 222, green value is 39 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de27ab hue: 0.88 , saturation: 0.73 and the lightness value of de27ab is 0.51.

The process color (four color CMYK) of #de27ab color hex is 0.00, 0.82, 0.23, 0.13. Web safe color of #de27ab is #cc3399. Color #de27ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 10101011
Octal 336 47 253
Decimal 222 39 171
Hex DE 27 AB

RGB Percentages of Color #de27ab

%51.39
%9.03
%39.58

CMYK Percentages of Color #de27ab

%0
%82
%23
%13

Triadic Colors of #de27ab

#de27ab #abde27 #27abde

Analogous Colors of #de27ab

#de27ab #de2750 #b627de

Monochromatic Colors of #de27ab

#de27ab

Complementary Color

#de27ab #27de5a

#de27ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de27ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de27ab Color CSS Codes

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

#de27ab Text Font Color

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

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


#de27ab Background Color

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

This div background color is #de27ab


#de27ab Border Color

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

This div border color is #de27ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de27ab


Comments

No comments written yet.

Please login to write comment.