Color Hex Logo

#e652be Color Hex

#E652BE
(230,82,190)
0 Favorites   0 Comments

Color spaces of #e652be

RGB 23082190
HSL0.880.750.61
HSV316°64°90°
CMYK 0.000.640.17   0.10
XYZ44.944726.575351.4759
Yxy26.57530.36540.2161
Hunter Lab51.551265.4097-23.1175
CIE-Lab58.579168.0764-27.2190

#e652be color RGB value is (230,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010010 10111110
Octal 346 122 276
Decimal 230 82 190
Hex E6 52 BE

RGB Percentages of Color #e652be

%45.82
%16.33
%37.85

CMYK Percentages of Color #e652be

%0
%64
%17
%10

Triadic Colors of #e652be

#e652be #bee652 #52bee6

Analogous Colors of #e652be

#e652be #e65274 #c452e6

Monochromatic Colors of #e652be

#e652be

Complementary Color

#e652be #52e67a

#e652be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e652be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e652be Color CSS Codes

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

#e652be Text Font Color

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

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


#e652be Background Color

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

This div background color is #e652be


#e652be Border Color

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

This div border color is #e652be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e652be


Comments

No comments written yet.

Please login to write comment.