Color Hex Logo

#e90fca Color Hex

#E90FCA
(233,15,202)
0 Favorites   0 Comments

Color spaces of #e90fca

RGB 23315202
HSL0.860.880.49
HSV309°94°91°
CMYK 0.000.940.13   0.09
XYZ44.435821.929657.7679
Yxy21.92960.35800.1767
Hunter Lab46.829187.4267-40.3593
CIE-Lab53.952286.5441-41.3021

#e90fca color RGB value is (233,15,202).

#e90fca hex color red value is 233, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e90fca hue: 0.86 , saturation: 0.88 and the lightness value of e90fca is 0.49.

The process color (four color CMYK) of #e90fca color hex is 0.00, 0.94, 0.13, 0.09. Web safe color of #e90fca is #ff00cc. Color #e90fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001111 11001010
Octal 351 17 312
Decimal 233 15 202
Hex E9 F CA

RGB Percentages of Color #e90fca

%51.78
%3.33
%44.89

CMYK Percentages of Color #e90fca

%0
%94
%13
%9

Triadic Colors of #e90fca

#e90fca #cae90f #0fcae9

Analogous Colors of #e90fca

#e90fca #e90f5d #9b0fe9

Monochromatic Colors of #e90fca

#e90fca

Complementary Color

#e90fca #0fe92e

#e90fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90fca Color CSS Codes

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

#e90fca Text Font Color

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

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


#e90fca Background Color

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

This div background color is #e90fca


#e90fca Border Color

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

This div border color is #e90fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90fca


Comments

No comments written yet.

Please login to write comment.