Color Hex Logo

#ed98ff Color Hex

#ED98FF
(237,152,255)
0 Favorites   0 Comments

Color spaces of #ed98ff

RGB 237152255
HSL0.801.000.80
HSV290°40°100°
CMYK 0.070.400.00   0.00
XYZ64.203347.6810100.4272
Yxy47.68100.30240.2246
Hunter Lab69.051445.1274-37.8943
CIE-Lab74.623348.0912-38.4355

#ed98ff color RGB value is (237,152,255).

#ed98ff hex color red value is 237, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed98ff hue: 0.80 , saturation: 1.00 and the lightness value of ed98ff is 0.80.

The process color (four color CMYK) of #ed98ff color hex is 0.07, 0.40, 0.00, 0.00. Web safe color of #ed98ff is #ff99ff. Color #ed98ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 11111111
Octal 355 230 377
Decimal 237 152 255
Hex ED 98 FF

RGB Percentages of Color #ed98ff

%36.80
%23.60
%39.60

CMYK Percentages of Color #ed98ff

%7
%40
%0
%0

Triadic Colors of #ed98ff

#ed98ff #ffed98 #98ffed

Analogous Colors of #ed98ff

#ed98ff #ff98de #ba98ff

Monochromatic Colors of #ed98ff

#ed98ff

Complementary Color

#ed98ff #aaff98

#ed98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed98ff Color CSS Codes

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

#ed98ff Text Font Color

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

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


#ed98ff Background Color

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

This div background color is #ed98ff


#ed98ff Border Color

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

This div border color is #ed98ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed98ff

Related Colors


Comments

No comments written yet.

Please login to write comment.