Color Hex Logo

#e90acd Color Hex

#E90ACD
(233,10,205)
0 Favorites   0 Comments

Color spaces of #e90acd

RGB 23310205
HSL0.850.920.48
HSV308°96°91°
CMYK 0.000.960.12   0.09
XYZ44.732321.948559.6364
Yxy21.94850.35410.1738
Hunter Lab46.849288.4482-42.6783
CIE-Lab53.972387.3188-42.9947

#e90acd color RGB value is (233,10,205).

#e90acd hex color red value is 233, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e90acd hue: 0.85 , saturation: 0.92 and the lightness value of e90acd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001010 11001101
Octal 351 12 315
Decimal 233 10 205
Hex E9 A CD

RGB Percentages of Color #e90acd

%52.01
%2.23
%45.76

CMYK Percentages of Color #e90acd

%0
%96
%12
%9

Triadic Colors of #e90acd

#e90acd #cde90a #0acde9

Analogous Colors of #e90acd

#e90acd #e90a5e #960ae9

Monochromatic Colors of #e90acd

#e90acd

Complementary Color

#e90acd #0ae926

#e90acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90acd Color CSS Codes

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

#e90acd Text Font Color

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

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


#e90acd Background Color

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

This div background color is #e90acd


#e90acd Border Color

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

This div border color is #e90acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90acd


Comments

No comments written yet.

Please login to write comment.