Color Hex Logo

#e475ef Color Hex

#E475EF
(228,117,239)
0 Favorites   0 Comments

Color spaces of #e475ef

RGB 228117239
HSL0.820.790.70
HSV295°51°94°
CMYK 0.050.510.00   0.06
XYZ53.936235.448685.6609
Yxy35.44860.30810.2025
Hunter Lab59.538757.5106-43.6259
CIE-Lab66.096460.0886-43.0852

#e475ef color RGB value is (228,117,239).

#e475ef hex color red value is 228, green value is 117 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e475ef hue: 0.82 , saturation: 0.79 and the lightness value of e475ef is 0.70.

The process color (four color CMYK) of #e475ef color hex is 0.05, 0.51, 0.00, 0.06. Web safe color of #e475ef is #cc66ff. Color #e475ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110101 11101111
Octal 344 165 357
Decimal 228 117 239
Hex E4 75 EF

RGB Percentages of Color #e475ef

%39.04
%20.03
%40.92

CMYK Percentages of Color #e475ef

%5
%51
%0
%6

Triadic Colors of #e475ef

#e475ef #efe475 #75efe4

Analogous Colors of #e475ef

#e475ef #ef75bd #a775ef

Monochromatic Colors of #e475ef

#e475ef

Complementary Color

#e475ef #80ef75

#e475ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e475ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e475ef Color CSS Codes

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

#e475ef Text Font Color

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

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


#e475ef Background Color

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

This div background color is #e475ef


#e475ef Border Color

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

This div border color is #e475ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e475ef


Comments

No comments written yet.

Please login to write comment.