Color Hex Logo

#e652ad Color Hex

#E652AD
(230,82,173)
0 Favorites   0 Comments

Color spaces of #e652ad

RGB 23082173
HSL0.900.750.61
HSV323°64°90°
CMYK 0.000.640.25   0.10
XYZ43.193225.874742.2529
Yxy25.87470.38800.2324
Hunter Lab50.867262.5534-13.6423
CIE-Lab57.917965.7991-18.4352

#e652ad color RGB value is (230,82,173).

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

The process color (four color CMYK) of #e652ad color hex is 0.00, 0.64, 0.25, 0.10. Web safe color of #e652ad is #ff6699. Color #e652ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010010 10101101
Octal 346 122 255
Decimal 230 82 173
Hex E6 52 AD

RGB Percentages of Color #e652ad

%47.42
%16.91
%35.67

CMYK Percentages of Color #e652ad

%0
%64
%25
%10

Triadic Colors of #e652ad

#e652ad #ade652 #52ade6

Analogous Colors of #e652ad

#e652ad #e65263 #d552e6

Monochromatic Colors of #e652ad

#e652ad

Complementary Color

#e652ad #52e68b

#e652ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e652ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e652ad Color CSS Codes

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

#e652ad Text Font Color

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

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


#e652ad Background Color

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

This div background color is #e652ad


#e652ad Border Color

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

This div border color is #e652ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,82,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e652ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e652ad


Comments

No comments written yet.

Please login to write comment.