Color Hex Logo

#ed39fb Color Hex

#ED39FB
(237,57,251)
0 Favorites   0 Comments

Color spaces of #ed39fb

RGB 23757251
HSL0.820.960.60
HSV296°77°98°
CMYK 0.060.770.00   0.02
XYZ53.800827.895893.8156
Yxy27.89580.30650.1589
Hunter Lab52.816589.3978-68.3427
CIE-Lab59.794586.9056-59.6328

#ed39fb color RGB value is (237,57,251).

#ed39fb hex color red value is 237, green value is 57 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed39fb hue: 0.82 , saturation: 0.96 and the lightness value of ed39fb is 0.60.

The process color (four color CMYK) of #ed39fb color hex is 0.06, 0.77, 0.00, 0.02. Web safe color of #ed39fb is #ff33ff. Color #ed39fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111001 11111011
Octal 355 71 373
Decimal 237 57 251
Hex ED 39 FB

RGB Percentages of Color #ed39fb

%43.49
%10.46
%46.06

CMYK Percentages of Color #ed39fb

%6
%77
%0
%2

Triadic Colors of #ed39fb

#ed39fb #fbed39 #39fbed

Analogous Colors of #ed39fb

#ed39fb #fb39a8 #8c39fb

Monochromatic Colors of #ed39fb

#ed39fb

Complementary Color

#ed39fb #47fb39

#ed39fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed39fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed39fb Color CSS Codes

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

#ed39fb Text Font Color

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

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


#ed39fb Background Color

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

This div background color is #ed39fb


#ed39fb Border Color

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

This div border color is #ed39fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed39fb

Related Colors


Comments

No comments written yet.

Please login to write comment.