Color Hex Logo

#de29be Color Hex

#DE29BE
(222,41,190)
0 Favorites   0 Comments

Color spaces of #de29be

RGB 22241190
HSL0.860.730.52
HSV311°82°87°
CMYK 0.000.820.14   0.13
XYZ40.211420.833250.6170
Yxy20.83320.36010.1866
Hunter Lab45.643477.3808-33.8002
CIE-Lab52.766578.9462-36.3695

#de29be color RGB value is (222,41,190).

#de29be hex color red value is 222, green value is 41 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #de29be hue: 0.86 , saturation: 0.73 and the lightness value of de29be is 0.52.

The process color (four color CMYK) of #de29be color hex is 0.00, 0.82, 0.14, 0.13. Web safe color of #de29be is #cc33cc. Color #de29be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 10111110
Octal 336 51 276
Decimal 222 41 190
Hex DE 29 BE

RGB Percentages of Color #de29be

%49.01
%9.05
%41.94

CMYK Percentages of Color #de29be

%0
%82
%14
%13

Triadic Colors of #de29be

#de29be #bede29 #29bede

Analogous Colors of #de29be

#de29be #de2964 #a429de

Monochromatic Colors of #de29be

#de29be

Complementary Color

#de29be #29de49

#de29be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de29be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de29be Color CSS Codes

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

#de29be Text Font Color

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

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


#de29be Background Color

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

This div background color is #de29be


#de29be Border Color

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

This div border color is #de29be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,41,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 #de29be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de29be


Comments

No comments written yet.

Please login to write comment.