Color Hex Logo

#ec20cb Color Hex

#EC20CB
(236,32,203)
0 Favorites   0 Comments

Color spaces of #ec20cb

RGB 23632203
HSL0.860.840.53
HSV310°86°93°
CMYK 0.000.860.14   0.07
XYZ45.888123.177758.5551
Yxy23.17770.35960.1816
Hunter Lab48.143285.8881-38.4123
CIE-Lab55.254985.1116-39.7883

#ec20cb color RGB value is (236,32,203).

#ec20cb hex color red value is 236, green value is 32 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ec20cb hue: 0.86 , saturation: 0.84 and the lightness value of ec20cb is 0.53.

The process color (four color CMYK) of #ec20cb color hex is 0.00, 0.86, 0.14, 0.07. Web safe color of #ec20cb is #ff33cc. Color #ec20cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100000 11001011
Octal 354 40 313
Decimal 236 32 203
Hex EC 20 CB

RGB Percentages of Color #ec20cb

%50.11
%6.79
%43.10

CMYK Percentages of Color #ec20cb

%0
%86
%14
%7

Triadic Colors of #ec20cb

#ec20cb #cbec20 #20cbec

Analogous Colors of #ec20cb

#ec20cb #ec2065 #a720ec

Monochromatic Colors of #ec20cb

#ec20cb

Complementary Color

#ec20cb #20ec41

#ec20cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec20cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec20cb Color CSS Codes

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

#ec20cb Text Font Color

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

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


#ec20cb Background Color

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

This div background color is #ec20cb


#ec20cb Border Color

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

This div border color is #ec20cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec20cb


Comments

No comments written yet.

Please login to write comment.