Color Hex Logo

#e23cec Color Hex

#E23CEC
(226,60,236)
0 Favorites   0 Comments

Color spaces of #e23cec

RGB 22660236
HSL0.820.820.58
HSV297°75°93°
CMYK 0.040.750.00   0.07
XYZ48.120225.456681.7343
Yxy25.45660.30980.1639
Hunter Lab50.454581.9461-60.7292
CIE-Lab57.517681.6180-55.0110

#e23cec color RGB value is (226,60,236).

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

The process color (four color CMYK) of #e23cec color hex is 0.04, 0.75, 0.00, 0.07. Web safe color of #e23cec is #cc33ff. Color #e23cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111100 11101100
Octal 342 74 354
Decimal 226 60 236
Hex E2 3C EC

RGB Percentages of Color #e23cec

%43.30
%11.49
%45.21

CMYK Percentages of Color #e23cec

%4
%75
%0
%7

Triadic Colors of #e23cec

#e23cec #ece23c #3cece2

Analogous Colors of #e23cec

#e23cec #ec3c9e #8a3cec

Monochromatic Colors of #e23cec

#e23cec

Complementary Color

#e23cec #46ec3c

#e23cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23cec Color CSS Codes

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

#e23cec Text Font Color

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

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


#e23cec Background Color

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

This div background color is #e23cec


#e23cec Border Color

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

This div border color is #e23cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23cec


Comments

No comments written yet.

Please login to write comment.