Color Hex Logo

#e653ca Color Hex

#E653CA
(230,83,202)
0 Favorites   0 Comments

Color spaces of #e653ca

RGB 23083202
HSL0.870.750.61
HSV311°64°90°
CMYK 0.000.640.12   0.10
XYZ46.387127.273858.6966
Yxy27.27380.35050.2061
Hunter Lab52.224367.1561-30.0809
CIE-Lab59.226969.4076-33.0709

#e653ca color RGB value is (230,83,202).

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

The process color (four color CMYK) of #e653ca color hex is 0.00, 0.64, 0.12, 0.10. Web safe color of #e653ca is #ff66cc. Color #e653ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11001010
Octal 346 123 312
Decimal 230 83 202
Hex E6 53 CA

RGB Percentages of Color #e653ca

%44.66
%16.12
%39.22

CMYK Percentages of Color #e653ca

%0
%64
%12
%10

Triadic Colors of #e653ca

#e653ca #cae653 #53cae6

Analogous Colors of #e653ca

#e653ca #e65381 #b953e6

Monochromatic Colors of #e653ca

#e653ca

Complementary Color

#e653ca #53e66f

#e653ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ca Color CSS Codes

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

#e653ca Text Font Color

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

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


#e653ca Background Color

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

This div background color is #e653ca


#e653ca Border Color

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

This div border color is #e653ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ca


Comments

No comments written yet.

Please login to write comment.