Color Hex Logo

#e775ea Color Hex

#E775EA
(231,117,234)
0 Favorites   0 Comments

Color spaces of #e775ea

RGB 231117234
HSL0.830.740.69
HSV298°50°92°
CMYK 0.010.500.00   0.08
XYZ54.167635.652081.8685
Yxy35.65200.31550.2077
Hunter Lab59.709357.4419-39.4971
CIE-Lab66.253260.0043-40.0491

#e775ea color RGB value is (231,117,234).

#e775ea hex color red value is 231, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e775ea hue: 0.83 , saturation: 0.74 and the lightness value of e775ea is 0.69.

The process color (four color CMYK) of #e775ea color hex is 0.01, 0.50, 0.00, 0.08. Web safe color of #e775ea is #ff66ff. Color #e775ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11101010
Octal 347 165 352
Decimal 231 117 234
Hex E7 75 EA

RGB Percentages of Color #e775ea

%39.69
%20.10
%40.21

CMYK Percentages of Color #e775ea

%1
%50
%0
%8

Triadic Colors of #e775ea

#e775ea #eae775 #75eae7

Analogous Colors of #e775ea

#e775ea #ea75b3 #ad75ea

Monochromatic Colors of #e775ea

#e775ea

Complementary Color

#e775ea #78ea75

#e775ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775ea Color CSS Codes

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

#e775ea Text Font Color

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

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


#e775ea Background Color

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

This div background color is #e775ea


#e775ea Border Color

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

This div border color is #e775ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775ea


Comments

No comments written yet.

Please login to write comment.