Color Hex Logo

#e774ec Color Hex

#E774EC
(231,116,236)
0 Favorites   0 Comments

Color spaces of #e774ec

RGB 231116236
HSL0.830.760.69
HSV298°51°93°
CMYK 0.020.510.00   0.07
XYZ54.340735.535883.3519
Yxy35.53580.31370.2051
Hunter Lab59.611958.3952-41.1735
CIE-Lab66.163760.8310-41.2952

#e774ec color RGB value is (231,116,236).

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

The process color (four color CMYK) of #e774ec color hex is 0.02, 0.51, 0.00, 0.07. Web safe color of #e774ec is #ff66ff. Color #e774ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11101100
Octal 347 164 354
Decimal 231 116 236
Hex E7 74 EC

RGB Percentages of Color #e774ec

%39.62
%19.90
%40.48

CMYK Percentages of Color #e774ec

%2
%51
%0
%7

Triadic Colors of #e774ec

#e774ec #ece774 #74ece7

Analogous Colors of #e774ec

#e774ec #ec74b5 #ab74ec

Monochromatic Colors of #e774ec

#e774ec

Complementary Color

#e774ec #79ec74

#e774ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774ec Color CSS Codes

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

#e774ec Text Font Color

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

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


#e774ec Background Color

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

This div background color is #e774ec


#e774ec Border Color

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

This div border color is #e774ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774ec


Comments

No comments written yet.

Please login to write comment.