Color Hex Logo

#de83db Color Hex

#DE83DB
(222,131,219)
0 Favorites   0 Comments

Color spaces of #de83db

RGB 222131219
HSL0.840.580.69
HSV302°41°87°
CMYK 0.000.410.01   0.13
XYZ51.026736.876771.4463
Yxy36.87670.32020.2314
Hunter Lab60.726243.7183-27.2482
CIE-Lab67.184447.8178-30.3733

#de83db color RGB value is (222,131,219).

#de83db hex color red value is 222, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #de83db hue: 0.84 , saturation: 0.58 and the lightness value of de83db is 0.69.

The process color (four color CMYK) of #de83db color hex is 0.00, 0.41, 0.01, 0.13. Web safe color of #de83db is #cc99cc. Color #de83db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 11011011
Octal 336 203 333
Decimal 222 131 219
Hex DE 83 DB

RGB Percentages of Color #de83db

%38.81
%22.90
%38.29

CMYK Percentages of Color #de83db

%0
%41
%1
%13

Triadic Colors of #de83db

#de83db #dbde83 #83dbde

Analogous Colors of #de83db

#de83db #de83ae #b483de

Monochromatic Colors of #de83db

#de83db

Complementary Color

#de83db #83de86

#de83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de83db Color CSS Codes

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

#de83db Text Font Color

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

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


#de83db Background Color

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

This div background color is #de83db


#de83db Border Color

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

This div border color is #de83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de83db


Comments

No comments written yet.

Please login to write comment.