Color Hex Logo

#ed97fb Color Hex

#ED97FB
(237,151,251)
0 Favorites   0 Comments

Color spaces of #ed97fb

RGB 237151251
HSL0.810.930.79
HSV292°40°98°
CMYK 0.060.400.00   0.02
XYZ63.404247.102897.0168
Yxy47.10280.30550.2270
Hunter Lab68.631544.7996-35.7697
CIE-Lab74.255547.8488-36.8405

#ed97fb color RGB value is (237,151,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 11111011
Octal 355 227 373
Decimal 237 151 251
Hex ED 97 FB

RGB Percentages of Color #ed97fb

%37.09
%23.63
%39.28

CMYK Percentages of Color #ed97fb

%6
%40
%0
%2

Triadic Colors of #ed97fb

#ed97fb #fbed97 #97fbed

Analogous Colors of #ed97fb

#ed97fb #fb97d7 #bb97fb

Monochromatic Colors of #ed97fb

#ed97fb

Complementary Color

#ed97fb #a5fb97

#ed97fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed97fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed97fb Color CSS Codes

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

#ed97fb Text Font Color

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

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


#ed97fb Background Color

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

This div background color is #ed97fb


#ed97fb Border Color

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

This div border color is #ed97fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed97fb

Related Colors


Comments

No comments written yet.

Please login to write comment.