Color Hex Logo

#e352be Color Hex

#E352BE
(227,82,190)
0 Favorites   0 Comments

Color spaces of #e352be

RGB 22782190
HSL0.880.720.61
HSV315°64°89°
CMYK 0.000.640.16   0.11
XYZ43.990126.083251.4312
Yxy26.08320.36200.2147
Hunter Lab51.071764.3737-23.9571
CIE-Lab58.115967.2953-27.9726

#e352be color RGB value is (227,82,190).

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

The process color (four color CMYK) of #e352be color hex is 0.00, 0.64, 0.16, 0.11. Web safe color of #e352be is #cc66cc. Color #e352be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010010 10111110
Octal 343 122 276
Decimal 227 82 190
Hex E3 52 BE

RGB Percentages of Color #e352be

%45.49
%16.43
%38.08

CMYK Percentages of Color #e352be

%0
%64
%16
%11

Triadic Colors of #e352be

#e352be #bee352 #52bee3

Analogous Colors of #e352be

#e352be #e35276 #c052e3

Monochromatic Colors of #e352be

#e352be

Complementary Color

#e352be #52e377

#e352be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e352be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e352be Color CSS Codes

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

#e352be Text Font Color

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

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


#e352be Background Color

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

This div background color is #e352be


#e352be Border Color

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

This div border color is #e352be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e352be


Comments

No comments written yet.

Please login to write comment.