Color Hex Logo

#ed3cfb Color Hex

#ED3CFB
(237,60,251)
0 Favorites   0 Comments

Color spaces of #ed3cfb

RGB 23760251
HSL0.820.960.61
HSV296°76°98°
CMYK 0.060.760.00   0.02
XYZ53.953528.201393.8665
Yxy28.20130.30650.1602
Hunter Lab53.104988.4188-67.6257
CIE-Lab60.070286.1082-59.1919

#ed3cfb color RGB value is (237,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111100 11111011
Octal 355 74 373
Decimal 237 60 251
Hex ED 3C FB

RGB Percentages of Color #ed3cfb

%43.25
%10.95
%45.80

CMYK Percentages of Color #ed3cfb

%6
%76
%0
%2

Triadic Colors of #ed3cfb

#ed3cfb #fbed3c #3cfbed

Analogous Colors of #ed3cfb

#ed3cfb #fb3caa #8e3cfb

Monochromatic Colors of #ed3cfb

#ed3cfb

Complementary Color

#ed3cfb #4afb3c

#ed3cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3cfb Color CSS Codes

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

#ed3cfb Text Font Color

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

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


#ed3cfb Background Color

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

This div background color is #ed3cfb


#ed3cfb Border Color

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

This div border color is #ed3cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3cfb


Comments

No comments written yet.

Please login to write comment.