Color Hex Logo

#e774ea Color Hex

#E774EA
(231,116,234)
0 Favorites   0 Comments

Color spaces of #e774ea

RGB 231116234
HSL0.830.740.69
HSV298°50°92°
CMYK 0.010.500.00   0.08
XYZ54.051735.420281.8299
Yxy35.42020.31550.2068
Hunter Lab59.514957.9636-39.8603
CIE-Lab66.074560.4784-40.3285

#e774ea color RGB value is (231,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11101010
Octal 347 164 352
Decimal 231 116 234
Hex E7 74 EA

RGB Percentages of Color #e774ea

%39.76
%19.97
%40.28

CMYK Percentages of Color #e774ea

%1
%50
%0
%8

Triadic Colors of #e774ea

#e774ea #eae774 #74eae7

Analogous Colors of #e774ea

#e774ea #ea74b2 #ac74ea

Monochromatic Colors of #e774ea

#e774ea

Complementary Color

#e774ea #77ea74

#e774ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774ea Color CSS Codes

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

#e774ea Text Font Color

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

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


#e774ea Background Color

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

This div background color is #e774ea


#e774ea Border Color

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

This div border color is #e774ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774ea


Comments

No comments written yet.

Please login to write comment.