Color Hex Logo

#e618ca Color Hex

#E618CA
(230,24,202)
0 Favorites   0 Comments

Color spaces of #e618ca

RGB 23024202
HSL0.860.810.50
HSV308°90°90°
CMYK 0.000.900.12   0.10
XYZ43.620421.740557.7744
Yxy21.74050.35420.1766
Hunter Lab46.626785.3943-40.8266
CIE-Lab53.750685.0250-41.6559

#e618ca color RGB value is (230,24,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 11001010
Octal 346 30 312
Decimal 230 24 202
Hex E6 18 CA

RGB Percentages of Color #e618ca

%50.44
%5.26
%44.30

CMYK Percentages of Color #e618ca

%0
%90
%12
%10

Triadic Colors of #e618ca

#e618ca #cae618 #18cae6

Analogous Colors of #e618ca

#e618ca #e61863 #9b18e6

Monochromatic Colors of #e618ca

#e618ca

Complementary Color

#e618ca #18e634

#e618ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e618ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e618ca Color CSS Codes

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

#e618ca Text Font Color

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

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


#e618ca Background Color

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

This div background color is #e618ca


#e618ca Border Color

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

This div border color is #e618ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e618ca


Comments

No comments written yet.

Please login to write comment.