Color Hex Logo

#e617ca Color Hex

#E617CA
(230,23,202)
0 Favorites   0 Comments

Color spaces of #e617ca

RGB 23023202
HSL0.860.820.50
HSV308°90°90°
CMYK 0.000.900.12   0.10
XYZ43.600221.700157.7677
Yxy21.70010.35430.1763
Hunter Lab46.583485.5481-40.9167
CIE-Lab53.707385.1518-41.7242

#e617ca color RGB value is (230,23,202).

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

The process color (four color CMYK) of #e617ca color hex is 0.00, 0.90, 0.12, 0.10. Web safe color of #e617ca is #ff00cc. Color #e617ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010111 11001010
Octal 346 27 312
Decimal 230 23 202
Hex E6 17 CA

RGB Percentages of Color #e617ca

%50.55
%5.05
%44.40

CMYK Percentages of Color #e617ca

%0
%90
%12
%10

Triadic Colors of #e617ca

#e617ca #cae617 #17cae6

Analogous Colors of #e617ca

#e617ca #e61762 #9b17e6

Monochromatic Colors of #e617ca

#e617ca

Complementary Color

#e617ca #17e633

#e617ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e617ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e617ca Color CSS Codes

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

#e617ca Text Font Color

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

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


#e617ca Background Color

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

This div background color is #e617ca


#e617ca Border Color

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

This div border color is #e617ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e617ca


Comments

No comments written yet.

Please login to write comment.