Color Hex Logo

#de6be2 Color Hex

#DE6BE2
(222,107,226)
0 Favorites   0 Comments

Color spaces of #de6be2

RGB 222107226
HSL0.830.670.65
HSV298°53°89°
CMYK 0.020.530.00   0.11
XYZ49.109431.536075.4502
Yxy31.53600.31460.2020
Hunter Lab56.156957.8242-40.3498
CIE-Lab62.957560.8823-40.8487

#de6be2 color RGB value is (222,107,226).

#de6be2 hex color red value is 222, green value is 107 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #de6be2 hue: 0.83 , saturation: 0.67 and the lightness value of de6be2 is 0.65.

The process color (four color CMYK) of #de6be2 color hex is 0.02, 0.53, 0.00, 0.11. Web safe color of #de6be2 is #cc66cc. Color #de6be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101011 11100010
Octal 336 153 342
Decimal 222 107 226
Hex DE 6B E2

RGB Percentages of Color #de6be2

%40.00
%19.28
%40.72

CMYK Percentages of Color #de6be2

%2
%53
%0
%11

Triadic Colors of #de6be2

#de6be2 #e2de6b #6be2de

Analogous Colors of #de6be2

#de6be2 #e26bab #a36be2

Monochromatic Colors of #de6be2

#de6be2

Complementary Color

#de6be2 #6fe26b

#de6be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6be2 Color CSS Codes

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

#de6be2 Text Font Color

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

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


#de6be2 Background Color

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

This div background color is #de6be2


#de6be2 Border Color

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

This div border color is #de6be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6be2

#de6be2 Color Palettes


Comments

No comments written yet.

Please login to write comment.