Color Hex Logo

#e613ca Color Hex

#E613CA
(230,19,202)
0 Favorites   0 Comments

Color spaces of #e613ca

RGB 23019202
HSL0.860.850.49
HSV308°92°90°
CMYK 0.000.920.12   0.10
XYZ43.526721.553057.7431
Yxy21.55300.35440.1755
Hunter Lab46.425286.1114-41.2465
CIE-Lab53.549585.6154-41.9734

#e613ca color RGB value is (230,19,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 11001010
Octal 346 23 312
Decimal 230 19 202
Hex E6 13 CA

RGB Percentages of Color #e613ca

%51.00
%4.21
%44.79

CMYK Percentages of Color #e613ca

%0
%92
%12
%10

Triadic Colors of #e613ca

#e613ca #cae613 #13cae6

Analogous Colors of #e613ca

#e613ca #e61360 #9913e6

Monochromatic Colors of #e613ca

#e613ca

Complementary Color

#e613ca #13e62f

#e613ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e613ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e613ca Color CSS Codes

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

#e613ca Text Font Color

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

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


#e613ca Background Color

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

This div background color is #e613ca


#e613ca Border Color

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

This div border color is #e613ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e613ca


Comments

No comments written yet.

Please login to write comment.