Color Hex Logo

#e23cca Color Hex

#E23CCA
(226,60,202)
0 Favorites   0 Comments

Color spaces of #e23cca

RGB 22660202
HSL0.860.740.56
HSV309°73°89°
CMYK 0.000.730.11   0.11
XYZ43.640623.664758.1448
Yxy23.66470.34790.1886
Hunter Lab48.646475.0010-36.8142
CIE-Lab55.750576.4641-38.5530

#e23cca color RGB value is (226,60,202).

#e23cca hex color red value is 226, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e23cca hue: 0.86 , saturation: 0.74 and the lightness value of e23cca is 0.56.

The process color (four color CMYK) of #e23cca color hex is 0.00, 0.73, 0.11, 0.11. Web safe color of #e23cca is #cc33cc. Color #e23cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111100 11001010
Octal 342 74 312
Decimal 226 60 202
Hex E2 3C CA

RGB Percentages of Color #e23cca

%46.31
%12.30
%41.39

CMYK Percentages of Color #e23cca

%0
%73
%11
%11

Triadic Colors of #e23cca

#e23cca #cae23c #3ccae2

Analogous Colors of #e23cca

#e23cca #e23c77 #a73ce2

Monochromatic Colors of #e23cca

#e23cca

Complementary Color

#e23cca #3ce254

#e23cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23cca Color CSS Codes

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

#e23cca Text Font Color

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

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


#e23cca Background Color

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

This div background color is #e23cca


#e23cca Border Color

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

This div border color is #e23cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23cca


Comments

No comments written yet.

Please login to write comment.