Color Hex Logo

#ec52cb Color Hex

#EC52CB
(236,82,203)
0 Favorites   0 Comments

Color spaces of #ec52cb

RGB 23682203
HSL0.870.800.62
HSV313°65°93°
CMYK 0.000.650.14   0.07
XYZ48.388928.179359.3887
Yxy28.17930.35590.2073
Hunter Lab53.084269.8144-29.1726
CIE-Lab60.050471.4413-32.2884

#ec52cb color RGB value is (236,82,203).

#ec52cb hex color red value is 236, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ec52cb hue: 0.87 , saturation: 0.80 and the lightness value of ec52cb is 0.62.

The process color (four color CMYK) of #ec52cb color hex is 0.00, 0.65, 0.14, 0.07. Web safe color of #ec52cb is #ff66cc. Color #ec52cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010010 11001011
Octal 354 122 313
Decimal 236 82 203
Hex EC 52 CB

RGB Percentages of Color #ec52cb

%45.30
%15.74
%38.96

CMYK Percentages of Color #ec52cb

%0
%65
%14
%7

Triadic Colors of #ec52cb

#ec52cb #cbec52 #52cbec

Analogous Colors of #ec52cb

#ec52cb #ec527e #c052ec

Monochromatic Colors of #ec52cb

#ec52cb

Complementary Color

#ec52cb #52ec73

#ec52cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec52cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec52cb Color CSS Codes

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

#ec52cb Text Font Color

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

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


#ec52cb Background Color

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

This div background color is #ec52cb


#ec52cb Border Color

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

This div border color is #ec52cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec52cb


Comments

No comments written yet.

Please login to write comment.