Color Hex Logo

#ec52fb Color Hex

#EC52FB
(236,82,251)
0 Favorites   0 Comments

Color spaces of #ec52fb

RGB 23682251
HSL0.820.950.65
HSV295°67°98°
CMYK 0.060.670.00   0.02
XYZ55.022030.832594.3181
Yxy30.83250.30540.1711
Hunter Lab55.527079.7042-61.8410
CIE-Lab62.366078.9276-55.5384

#ec52fb color RGB value is (236,82,251).

#ec52fb hex color red value is 236, green value is 82 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ec52fb hue: 0.82 , saturation: 0.95 and the lightness value of ec52fb is 0.65.

The process color (four color CMYK) of #ec52fb color hex is 0.06, 0.67, 0.00, 0.02. Web safe color of #ec52fb is #ff66ff. Color #ec52fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010010 11111011
Octal 354 122 373
Decimal 236 82 251
Hex EC 52 FB

RGB Percentages of Color #ec52fb

%41.48
%14.41
%44.11

CMYK Percentages of Color #ec52fb

%6
%67
%0
%2

Triadic Colors of #ec52fb

#ec52fb #fbec52 #52fbec

Analogous Colors of #ec52fb

#ec52fb #fb52b6 #9852fb

Monochromatic Colors of #ec52fb

#ec52fb

Complementary Color

#ec52fb #61fb52

#ec52fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec52fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec52fb Color CSS Codes

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

#ec52fb Text Font Color

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

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


#ec52fb Background Color

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

This div background color is #ec52fb


#ec52fb Border Color

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

This div border color is #ec52fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec52fb


Comments

No comments written yet.

Please login to write comment.