Color Hex Logo

#de6abe Color Hex

#DE6ABE
(222,106,190)
0 Favorites   0 Comments

Color spaces of #de6abe

RGB 222106190
HSL0.880.640.64
HSV317°52°87°
CMYK 0.000.520.14   0.13
XYZ44.572529.555452.0707
Yxy29.55540.35320.2342
Hunter Lab54.364951.2095-18.7326
CIE-Lab61.268755.4052-23.1797

#de6abe color RGB value is (222,106,190).

#de6abe hex color red value is 222, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #de6abe hue: 0.88 , saturation: 0.64 and the lightness value of de6abe is 0.64.

The process color (four color CMYK) of #de6abe color hex is 0.00, 0.52, 0.14, 0.13. Web safe color of #de6abe is #cc66cc. Color #de6abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101010 10111110
Octal 336 152 276
Decimal 222 106 190
Hex DE 6A BE

RGB Percentages of Color #de6abe

%42.86
%20.46
%36.68

CMYK Percentages of Color #de6abe

%0
%52
%14
%13

Triadic Colors of #de6abe

#de6abe #bede6a #6abede

Analogous Colors of #de6abe

#de6abe #de6a84 #c46ade

Monochromatic Colors of #de6abe

#de6abe

Complementary Color

#de6abe #6ade8a

#de6abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6abe Color CSS Codes

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

#de6abe Text Font Color

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

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


#de6abe Background Color

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

This div background color is #de6abe


#de6abe Border Color

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

This div border color is #de6abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6abe


Comments

No comments written yet.

Please login to write comment.