Color Hex Logo

#da87ea Color Hex

#DA87EA
(218,135,234)
0 Favorites   0 Comments

Color spaces of #da87ea

RGB 218135234
HSL0.810.700.72
HSV290°42°92°
CMYK 0.070.420.00   0.08
XYZ52.428738.173982.4469
Yxy38.17390.30300.2206
Hunter Lab61.785043.3453-35.8680
CIE-Lab68.148647.3501-37.2084

#da87ea color RGB value is (218,135,234).

#da87ea hex color red value is 218, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da87ea hue: 0.81 , saturation: 0.70 and the lightness value of da87ea is 0.72.

The process color (four color CMYK) of #da87ea color hex is 0.07, 0.42, 0.00, 0.08. Web safe color of #da87ea is #cc99ff. Color #da87ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 11101010
Octal 332 207 352
Decimal 218 135 234
Hex DA 87 EA

RGB Percentages of Color #da87ea

%37.14
%23.00
%39.86

CMYK Percentages of Color #da87ea

%7
%42
%0
%8

Triadic Colors of #da87ea

#da87ea #eada87 #87eada

Analogous Colors of #da87ea

#da87ea #ea87c9 #a987ea

Monochromatic Colors of #da87ea

#da87ea

Complementary Color

#da87ea #97ea87

#da87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da87ea Color CSS Codes

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

#da87ea Text Font Color

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

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


#da87ea Background Color

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

This div background color is #da87ea


#da87ea Border Color

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

This div border color is #da87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da87ea


Comments

No comments written yet.

Please login to write comment.