Color Hex Logo

#ed02f9 Color Hex

#ED02F9
(237,2,249)
0 Favorites   0 Comments

Color spaces of #ed02f9

RGB 2372249
HSL0.830.980.49
HSV297°99°98°
CMYK 0.050.990.00   0.02
XYZ52.045624.887591.6832
Yxy24.88750.30870.1476
Hunter Lab49.887498.9194-74.0422
CIE-Lab56.965694.5512-63.0571

#ed02f9 color RGB value is (237,2,249).

#ed02f9 hex color red value is 237, green value is 2 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ed02f9 hue: 0.83 , saturation: 0.98 and the lightness value of ed02f9 is 0.49.

The process color (four color CMYK) of #ed02f9 color hex is 0.05, 0.99, 0.00, 0.02. Web safe color of #ed02f9 is #ff00ff. Color #ed02f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000010 11111001
Octal 355 2 371
Decimal 237 2 249
Hex ED 2 F9

RGB Percentages of Color #ed02f9

%48.57
%0.41
%51.02

CMYK Percentages of Color #ed02f9

%5
%99
%0
%2

Triadic Colors of #ed02f9

#ed02f9 #f9ed02 #02f9ed

Analogous Colors of #ed02f9

#ed02f9 #f9028a #7202f9

Monochromatic Colors of #ed02f9

#ed02f9

Complementary Color

#ed02f9 #0ef902

#ed02f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed02f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed02f9 Color CSS Codes

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

#ed02f9 Text Font Color

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

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


#ed02f9 Background Color

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

This div background color is #ed02f9


#ed02f9 Border Color

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

This div border color is #ed02f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed02f9

Related Colors


Comments

No comments written yet.

Please login to write comment.