Color Hex Logo

#e917ca Color Hex

#E917CA
(233,23,202)
0 Favorites   0 Comments

Color spaces of #e917ca

RGB 23323202
HSL0.860.830.50
HSV309°90°91°
CMYK 0.000.900.13   0.09
XYZ44.571322.200757.8131
Yxy22.20070.35780.1782
Hunter Lab47.117686.3977-39.7662
CIE-Lab54.239385.7008-40.8494

#e917ca color RGB value is (233,23,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010111 11001010
Octal 351 27 312
Decimal 233 23 202
Hex E9 17 CA

RGB Percentages of Color #e917ca

%50.87
%5.02
%44.10

CMYK Percentages of Color #e917ca

%0
%90
%13
%9

Triadic Colors of #e917ca

#e917ca #cae917 #17cae9

Analogous Colors of #e917ca

#e917ca #e91761 #9f17e9

Monochromatic Colors of #e917ca

#e917ca

Complementary Color

#e917ca #17e936

#e917ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e917ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e917ca Color CSS Codes

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

#e917ca Text Font Color

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

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


#e917ca Background Color

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

This div background color is #e917ca


#e917ca Border Color

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

This div border color is #e917ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,23,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 #e917ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e917ca


Comments

No comments written yet.

Please login to write comment.