Color Hex Logo

#e375be Color Hex

#E375BE
(227,117,190)
0 Favorites   0 Comments

Color spaces of #e375be

RGB 227117190
HSL0.890.660.67
HSV320°48°89°
CMYK 0.000.480.16   0.11
XYZ47.334132.771252.5459
Yxy32.77120.35680.2470
Hunter Lab57.246147.4124-14.3497
CIE-Lab63.975251.6016-18.9876

#e375be color RGB value is (227,117,190).

#e375be hex color red value is 227, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e375be hue: 0.89 , saturation: 0.66 and the lightness value of e375be is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 10111110
Octal 343 165 276
Decimal 227 117 190
Hex E3 75 BE

RGB Percentages of Color #e375be

%42.51
%21.91
%35.58

CMYK Percentages of Color #e375be

%0
%48
%16
%11

Triadic Colors of #e375be

#e375be #bee375 #75bee3

Analogous Colors of #e375be

#e375be #e37587 #d175e3

Monochromatic Colors of #e375be

#e375be

Complementary Color

#e375be #75e39a

#e375be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375be Color CSS Codes

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

#e375be Text Font Color

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

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


#e375be Background Color

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

This div background color is #e375be


#e375be Border Color

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

This div border color is #e375be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375be


Comments

No comments written yet.

Please login to write comment.