Color Hex Logo

#ec21ca Color Hex

#EC21CA
(236,33,202)
0 Favorites   0 Comments

Color spaces of #ec21ca

RGB 23633202
HSL0.860.840.53
HSV310°86°93°
CMYK 0.000.860.14   0.07
XYZ45.796623.184857.9385
Yxy23.18480.36080.1827
Hunter Lab48.150685.5099-37.6369
CIE-Lab55.262284.8194-39.2028

#ec21ca color RGB value is (236,33,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100001 11001010
Octal 354 41 312
Decimal 236 33 202
Hex EC 21 CA

RGB Percentages of Color #ec21ca

%50.11
%7.01
%42.89

CMYK Percentages of Color #ec21ca

%0
%86
%14
%7

Triadic Colors of #ec21ca

#ec21ca #caec21 #21caec

Analogous Colors of #ec21ca

#ec21ca #ec2165 #a921ec

Monochromatic Colors of #ec21ca

#ec21ca

Complementary Color

#ec21ca #21ec43

#ec21ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec21ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec21ca Color CSS Codes

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

#ec21ca Text Font Color

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

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


#ec21ca Background Color

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

This div background color is #ec21ca


#ec21ca Border Color

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

This div border color is #ec21ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec21ca


Comments

No comments written yet.

Please login to write comment.