Color Hex Logo

#ec3cca Color Hex

#EC3CCA
(236,60,202)
0 Favorites   0 Comments

Color spaces of #ec3cca

RGB 23660202
HSL0.870.820.58
HSV312°75°93°
CMYK 0.000.750.14   0.07
XYZ46.868625.328958.2958
Yxy25.32890.35920.1941
Hunter Lab50.327878.1573-33.4474
CIE-Lab57.394578.6633-35.8589

#ec3cca color RGB value is (236,60,202).

#ec3cca hex color red value is 236, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ec3cca hue: 0.87 , saturation: 0.82 and the lightness value of ec3cca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111100 11001010
Octal 354 74 312
Decimal 236 60 202
Hex EC 3C CA

RGB Percentages of Color #ec3cca

%47.39
%12.05
%40.56

CMYK Percentages of Color #ec3cca

%0
%75
%14
%7

Triadic Colors of #ec3cca

#ec3cca #caec3c #3ccaec

Analogous Colors of #ec3cca

#ec3cca #ec3c72 #b63cec

Monochromatic Colors of #ec3cca

#ec3cca

Complementary Color

#ec3cca #3cec5e

#ec3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3cca Color CSS Codes

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

#ec3cca Text Font Color

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

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


#ec3cca Background Color

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

This div background color is #ec3cca


#ec3cca Border Color

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

This div border color is #ec3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3cca


Comments

No comments written yet.

Please login to write comment.