Color Hex Logo

#de6585 Color Hex

#DE6585
(222,101,133)
0 Favorites   0 Comments

Color spaces of #de6585

RGB 222101133
HSL0.960.650.63
HSV344°55°87°
CMYK 0.000.550.40   0.13
XYZ39.011526.530425.2550
Yxy26.53040.42970.2922
Hunter Lab51.507745.05616.9846
CIE-Lab58.537150.30145.6291

#de6585 color RGB value is (222,101,133).

#de6585 hex color red value is 222, green value is 101 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #de6585 hue: 0.96 , saturation: 0.65 and the lightness value of de6585 is 0.63.

The process color (four color CMYK) of #de6585 color hex is 0.00, 0.55, 0.40, 0.13. Web safe color of #de6585 is #cc6699. Color #de6585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 10000101
Octal 336 145 205
Decimal 222 101 133
Hex DE 65 85

RGB Percentages of Color #de6585

%48.68
%22.15
%29.17

CMYK Percentages of Color #de6585

%0
%55
%40
%13

Triadic Colors of #de6585

#de6585 #85de65 #6585de

Analogous Colors of #de6585

#de6585 #de8265 #de65c2

Monochromatic Colors of #de6585

#de6585

Complementary Color

#de6585 #65debe

#de6585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6585 Color CSS Codes

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

#de6585 Text Font Color

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

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


#de6585 Background Color

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

This div background color is #de6585


#de6585 Border Color

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

This div border color is #de6585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6585

#de6585 Color Palettes


Comments

No comments written yet.

Please login to write comment.