Color Hex Logo

#ed96ef Color Hex

#ED96EF
(237,150,239)
0 Favorites   0 Comments

Color spaces of #ed96ef

RGB 237150239
HSL0.830.740.76
HSV299°37°94°
CMYK 0.010.370.00   0.06
XYZ61.411446.049287.3130
Yxy46.04920.31530.2364
Hunter Lab67.859642.7843-28.7851
CIE-Lab73.577446.1455-31.3663

#ed96ef color RGB value is (237,150,239).

#ed96ef hex color red value is 237, green value is 150 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed96ef hue: 0.83 , saturation: 0.74 and the lightness value of ed96ef is 0.76.

The process color (four color CMYK) of #ed96ef color hex is 0.01, 0.37, 0.00, 0.06. Web safe color of #ed96ef is #ff99ff. Color #ed96ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 11101111
Octal 355 226 357
Decimal 237 150 239
Hex ED 96 EF

RGB Percentages of Color #ed96ef

%37.86
%23.96
%38.18

CMYK Percentages of Color #ed96ef

%1
%37
%0
%6

Triadic Colors of #ed96ef

#ed96ef #efed96 #96efed

Analogous Colors of #ed96ef

#ed96ef #ef96c5 #c196ef

Monochromatic Colors of #ed96ef

#ed96ef

Complementary Color

#ed96ef #98ef96

#ed96ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed96ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed96ef Color CSS Codes

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

#ed96ef Text Font Color

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

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


#ed96ef Background Color

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

This div background color is #ed96ef


#ed96ef Border Color

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

This div border color is #ed96ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,150,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed96ef


Comments

No comments written yet.

Please login to write comment.