Color Hex Logo

#e375eb Color Hex

#E375EB
(227,117,235)
0 Favorites   0 Comments

Color spaces of #e375eb

RGB 227117235
HSL0.820.750.69
HSV296°50°92°
CMYK 0.030.500.00   0.08
XYZ53.035235.051682.5676
Yxy35.05160.31080.2054
Hunter Lab59.204456.2923-41.2439
CIE-Lab65.788859.0966-41.3659

#e375eb color RGB value is (227,117,235).

#e375eb hex color red value is 227, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e375eb hue: 0.82 , saturation: 0.75 and the lightness value of e375eb is 0.69.

The process color (four color CMYK) of #e375eb color hex is 0.03, 0.50, 0.00, 0.08. Web safe color of #e375eb is #cc66ff. Color #e375eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 11101011
Octal 343 165 353
Decimal 227 117 235
Hex E3 75 EB

RGB Percentages of Color #e375eb

%39.21
%20.21
%40.59

CMYK Percentages of Color #e375eb

%3
%50
%0
%8

Triadic Colors of #e375eb

#e375eb #ebe375 #75ebe3

Analogous Colors of #e375eb

#e375eb #eb75b8 #a875eb

Monochromatic Colors of #e375eb

#e375eb

Complementary Color

#e375eb #7deb75

#e375eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375eb Color CSS Codes

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

#e375eb Text Font Color

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

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


#e375eb Background Color

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

This div background color is #e375eb


#e375eb Border Color

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

This div border color is #e375eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,117,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375eb


Comments

No comments written yet.

Please login to write comment.