Color Hex Logo

#ed98ef Color Hex

#ED98EF
(237,152,239)
0 Favorites   0 Comments

Color spaces of #ed98ef

RGB 237152239
HSL0.830.730.77
HSV299°36°94°
CMYK 0.010.360.00   0.06
XYZ61.733346.693087.4203
Yxy46.69300.31520.2384
Hunter Lab68.332341.6804-28.0195
CIE-Lab73.993045.1084-30.7260

#ed98ef color RGB value is (237,152,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 11101111
Octal 355 230 357
Decimal 237 152 239
Hex ED 98 EF

RGB Percentages of Color #ed98ef

%37.74
%24.20
%38.06

CMYK Percentages of Color #ed98ef

%1
%36
%0
%6

Triadic Colors of #ed98ef

#ed98ef #efed98 #98efed

Analogous Colors of #ed98ef

#ed98ef #ef98c6 #c298ef

Monochromatic Colors of #ed98ef

#ed98ef

Complementary Color

#ed98ef #9aef98

#ed98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed98ef Color CSS Codes

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

#ed98ef Text Font Color

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

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


#ed98ef Background Color

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

This div background color is #ed98ef


#ed98ef Border Color

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

This div border color is #ed98ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed98ef


Comments

No comments written yet.

Please login to write comment.