Color Hex Logo

#e90ccc Color Hex

#E90CCC
(233,12,204)
0 Favorites   0 Comments

Color spaces of #e90ccc

RGB 23312204
HSL0.860.900.48
HSV308°95°91°
CMYK 0.000.950.12   0.09
XYZ44.634821.946259.0103
Yxy21.94620.35540.1747
Hunter Lab46.846888.0899-41.8916
CIE-Lab53.969987.0465-42.4242

#e90ccc color RGB value is (233,12,204).

#e90ccc hex color red value is 233, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e90ccc hue: 0.86 , saturation: 0.90 and the lightness value of e90ccc is 0.48.

The process color (four color CMYK) of #e90ccc color hex is 0.00, 0.95, 0.12, 0.09. Web safe color of #e90ccc is #ff00cc. Color #e90ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 11001100
Octal 351 14 314
Decimal 233 12 204
Hex E9 C CC

RGB Percentages of Color #e90ccc

%51.89
%2.67
%45.43

CMYK Percentages of Color #e90ccc

%0
%95
%12
%9

Triadic Colors of #e90ccc

#e90ccc #cce90c #0ccce9

Analogous Colors of #e90ccc

#e90ccc #e90c5e #980ce9

Monochromatic Colors of #e90ccc

#e90ccc

Complementary Color

#e90ccc #0ce929

#e90ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90ccc Color CSS Codes

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

#e90ccc Text Font Color

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

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


#e90ccc Background Color

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

This div background color is #e90ccc


#e90ccc Border Color

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

This div border color is #e90ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,12,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #e90ccc;
  box-shadow:         1px 1px 3px 2px #e90ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,12,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90ccc


Comments

No comments written yet.

Please login to write comment.