Color Hex Logo

#e974eb Color Hex

#E974EB
(233,116,235)
0 Favorites   0 Comments

Color spaces of #e974eb

RGB 233116235
HSL0.830.750.69
HSV299°51°92°
CMYK 0.010.510.00   0.08
XYZ54.845135.812682.6191
Yxy35.81260.31650.2067
Hunter Lab59.843658.8642-39.9642
CIE-Lab66.376561.1938-40.3906

#e974eb color RGB value is (233,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110100 11101011
Octal 351 164 353
Decimal 233 116 235
Hex E9 74 EB

RGB Percentages of Color #e974eb

%39.90
%19.86
%40.24

CMYK Percentages of Color #e974eb

%1
%51
%0
%8

Triadic Colors of #e974eb

#e974eb #ebe974 #74ebe9

Analogous Colors of #e974eb

#e974eb #eb74b2 #ae74eb

Monochromatic Colors of #e974eb

#e974eb

Complementary Color

#e974eb #76eb74

#e974eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e974eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e974eb Color CSS Codes

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

#e974eb Text Font Color

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

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


#e974eb Background Color

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

This div background color is #e974eb


#e974eb Border Color

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

This div border color is #e974eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e974eb


Comments

No comments written yet.

Please login to write comment.