Color Hex Logo

#ed98fb Color Hex

#ED98FB
(237,152,251)
0 Favorites   0 Comments

Color spaces of #ed98fb

RGB 237152251
HSL0.810.930.79
HSV292°39°98°
CMYK 0.060.390.00   0.02
XYZ63.565947.426097.0706
Yxy47.42600.30550.2279
Hunter Lab68.866544.2445-35.3654
CIE-Lab74.461447.3321-36.5210

#ed98fb color RGB value is (237,152,251).

#ed98fb hex color red value is 237, green value is 152 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed98fb hue: 0.81 , saturation: 0.93 and the lightness value of ed98fb is 0.79.

The process color (four color CMYK) of #ed98fb color hex is 0.06, 0.39, 0.00, 0.02. Web safe color of #ed98fb is #ff99ff. Color #ed98fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 11111011
Octal 355 230 373
Decimal 237 152 251
Hex ED 98 FB

RGB Percentages of Color #ed98fb

%37.03
%23.75
%39.22

CMYK Percentages of Color #ed98fb

%6
%39
%0
%2

Triadic Colors of #ed98fb

#ed98fb #fbed98 #98fbed

Analogous Colors of #ed98fb

#ed98fb #fb98d8 #bc98fb

Monochromatic Colors of #ed98fb

#ed98fb

Complementary Color

#ed98fb #a6fb98

#ed98fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed98fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed98fb Color CSS Codes

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

#ed98fb Text Font Color

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

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


#ed98fb Background Color

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

This div background color is #ed98fb


#ed98fb Border Color

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

This div border color is #ed98fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed98fb


Comments

No comments written yet.

Please login to write comment.