Color Hex Logo

#e974ec Color Hex

#E974EC
(233,116,236)
0 Favorites   0 Comments

Color spaces of #e974ec

RGB 233116236
HSL0.830.760.69
HSV299°51°93°
CMYK 0.010.510.00   0.07
XYZ54.990035.870583.3823
Yxy35.87050.31560.2059
Hunter Lab59.892059.0793-40.6198
CIE-Lab66.420961.3689-40.8741

#e974ec color RGB value is (233,116,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110100 11101100
Octal 351 164 354
Decimal 233 116 236
Hex E9 74 EC

RGB Percentages of Color #e974ec

%39.83
%19.83
%40.34

CMYK Percentages of Color #e974ec

%1
%51
%0
%7

Triadic Colors of #e974ec

#e974ec #ece974 #74ece9

Analogous Colors of #e974ec

#e974ec #ec74b3 #ad74ec

Monochromatic Colors of #e974ec

#e974ec

Complementary Color

#e974ec #77ec74

#e974ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e974ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e974ec Color CSS Codes

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

#e974ec Text Font Color

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

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


#e974ec Background Color

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

This div background color is #e974ec


#e974ec Border Color

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

This div border color is #e974ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e974ec


Comments

No comments written yet.

Please login to write comment.