Color Hex Logo

#e90cbe Color Hex

#E90CBE
(233,12,190)
0 Favorites   0 Comments

Color spaces of #e90cbe

RGB 23312190
HSL0.870.900.48
HSV312°95°91°
CMYK 0.000.950.18   0.09
XYZ43.030021.304350.5594
Yxy21.30430.37450.1854
Hunter Lab46.156685.6346-32.6360
CIE-Lab53.280985.3014-35.4237

#e90cbe color RGB value is (233,12,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 10111110
Octal 351 14 276
Decimal 233 12 190
Hex E9 C BE

RGB Percentages of Color #e90cbe

%53.56
%2.76
%43.68

CMYK Percentages of Color #e90cbe

%0
%95
%18
%9

Triadic Colors of #e90cbe

#e90cbe #bee90c #0cbee9

Analogous Colors of #e90cbe

#e90cbe #e90c4f #a60ce9

Monochromatic Colors of #e90cbe

#e90cbe

Complementary Color

#e90cbe #0ce937

#e90cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90cbe Color CSS Codes

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

#e90cbe Text Font Color

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

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


#e90cbe Background Color

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

This div background color is #e90cbe


#e90cbe Border Color

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

This div border color is #e90cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90cbe


Comments

No comments written yet.

Please login to write comment.