Color Hex Logo

#ed75ea Color Hex

#ED75EA
(237,117,234)
0 Favorites   0 Comments

Color spaces of #ed75ea

RGB 237117234
HSL0.840.770.69
HSV302°51°93°
CMYK 0.000.510.01   0.07
XYZ56.137636.667681.9607
Yxy36.66760.32120.2098
Hunter Lab60.553859.5129-37.8625
CIE-Lab67.026961.6349-38.7833

#ed75ea color RGB value is (237,117,234).

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

The process color (four color CMYK) of #ed75ea color hex is 0.00, 0.51, 0.01, 0.07. Web safe color of #ed75ea is #ff66ff. Color #ed75ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 11101010
Octal 355 165 352
Decimal 237 117 234
Hex ED 75 EA

RGB Percentages of Color #ed75ea

%40.31
%19.90
%39.80

CMYK Percentages of Color #ed75ea

%0
%51
%1
%7

Triadic Colors of #ed75ea

#ed75ea #eaed75 #75eaed

Analogous Colors of #ed75ea

#ed75ea #ed75ae #b475ed

Monochromatic Colors of #ed75ea

#ed75ea

Complementary Color

#ed75ea #75ed78

#ed75ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed75ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed75ea Color CSS Codes

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

#ed75ea Text Font Color

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

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


#ed75ea Background Color

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

This div background color is #ed75ea


#ed75ea Border Color

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

This div border color is #ed75ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed75ea


Comments

No comments written yet.

Please login to write comment.