Color Hex Logo

#ed87ea Color Hex

#ED87EA
(237,135,234)
0 Favorites   0 Comments

Color spaces of #ed87ea

RGB 237135234
HSL0.840.740.73
HSV302°43°93°
CMYK 0.000.430.01   0.07
XYZ58.440341.273082.7282
Yxy41.27300.32030.2262
Hunter Lab64.244149.9473-31.3779
CIE-Lab70.366852.8982-33.5911

#ed87ea color RGB value is (237,135,234).

#ed87ea hex color red value is 237, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ed87ea hue: 0.84 , saturation: 0.74 and the lightness value of ed87ea is 0.73.

The process color (four color CMYK) of #ed87ea color hex is 0.00, 0.43, 0.01, 0.07. Web safe color of #ed87ea is #ff99ff. Color #ed87ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 11101010
Octal 355 207 352
Decimal 237 135 234
Hex ED 87 EA

RGB Percentages of Color #ed87ea

%39.11
%22.28
%38.61

CMYK Percentages of Color #ed87ea

%0
%43
%1
%7

Triadic Colors of #ed87ea

#ed87ea #eaed87 #87eaed

Analogous Colors of #ed87ea

#ed87ea #ed87b7 #bd87ed

Monochromatic Colors of #ed87ea

#ed87ea

Complementary Color

#ed87ea #87ed8a

#ed87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed87ea Color CSS Codes

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

#ed87ea Text Font Color

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

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


#ed87ea Background Color

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

This div background color is #ed87ea


#ed87ea Border Color

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

This div border color is #ed87ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,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 #ed87ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed87ea


Comments

No comments written yet.

Please login to write comment.