Color Hex Logo

#de85da Color Hex

#DE85DA
(222,133,218)
0 Favorites   0 Comments

Color spaces of #de85da

RGB 222133218
HSL0.840.570.70
HSV303°40°87°
CMYK 0.000.400.02   0.13
XYZ51.166637.366670.8454
Yxy37.36660.32100.2345
Hunter Lab61.128242.4367-25.9252
CIE-Lab67.551246.6080-29.2524

#de85da color RGB value is (222,133,218).

#de85da hex color red value is 222, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #de85da hue: 0.84 , saturation: 0.57 and the lightness value of de85da is 0.70.

The process color (four color CMYK) of #de85da color hex is 0.00, 0.40, 0.02, 0.13. Web safe color of #de85da is #cc99cc. Color #de85da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 11011010
Octal 336 205 332
Decimal 222 133 218
Hex DE 85 DA

RGB Percentages of Color #de85da

%38.74
%23.21
%38.05

CMYK Percentages of Color #de85da

%0
%40
%2
%13

Triadic Colors of #de85da

#de85da #dade85 #85dade

Analogous Colors of #de85da

#de85da #de85ae #b685de

Monochromatic Colors of #de85da

#de85da

Complementary Color

#de85da #85de89

#de85da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de85da Color Preview on White Background

Lorem ipsum dolor sit amet.

#de85da Color CSS Codes

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

#de85da Text Font Color

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

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


#de85da Background Color

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

This div background color is #de85da


#de85da Border Color

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

This div border color is #de85da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de85da


Comments

No comments written yet.

Please login to write comment.