Color Hex Logo

#e610ca Color Hex

#E610CA
(230,16,202)
0 Favorites   0 Comments

Color spaces of #e610ca

RGB 23016202
HSL0.860.870.48
HSV308°93°90°
CMYK 0.000.930.12   0.10
XYZ43.479121.457857.7273
Yxy21.45780.35450.1749
Hunter Lab46.322686.4785-41.4616
CIE-Lab53.446985.9169-42.1354

#e610ca color RGB value is (230,16,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010000 11001010
Octal 346 20 312
Decimal 230 16 202
Hex E6 10 CA

RGB Percentages of Color #e610ca

%51.34
%3.57
%45.09

CMYK Percentages of Color #e610ca

%0
%93
%12
%10

Triadic Colors of #e610ca

#e610ca #cae610 #10cae6

Analogous Colors of #e610ca

#e610ca #e6105f #9710e6

Monochromatic Colors of #e610ca

#e610ca

Complementary Color

#e610ca #10e62c

#e610ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e610ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e610ca Color CSS Codes

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

#e610ca Text Font Color

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

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


#e610ca Background Color

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

This div background color is #e610ca


#e610ca Border Color

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

This div border color is #e610ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e610ca


Comments

No comments written yet.

Please login to write comment.