color codes Logo

#e90cd3 color codes

#E90CD3
(233,12,211)
0 Favorites   0 Comments

Color spaces of #e90cd3

RGB 23312211
HSL0.850.900.48
HSV306°95°91°
CMYK 0.000.950.09   0.09
XYZ45.493622.289763.5326
Yxy22.28970.34640.1697
Hunter Lab47.212089.3822-46.7375
CIE-Lab54.333087.9579-45.8614

#e90cd3 color RGB value is (233,12,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 11010011
Octal 351 14 323
Decimal 233 12 211
Hex E9 C D3

RGB Percentages of Color #e90cd3

%51.10
%2.63
%46.27

CMYK Percentages of Color #e90cd3

%0
%95
%9
%9

Triadic Colors of #e90cd3

#e90cd3 #d3e90c #0cd3e9

Analogous Colors of #e90cd3

#e90cd3 #e90c65 #910ce9

Monochromatic Colors of #e90cd3

#e90cd3

Complementary Color

#e90cd3 #0ce922

#e90cd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90cd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90cd3 Color CSS Codes

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

#e90cd3 Text Font Color

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

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


#e90cd3 Background Color

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

This div background color is #e90cd3


#e90cd3 Border Color

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

This div border color is #e90cd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90cd3


Comments

No comments written yet.

Please login to write comment.