Color Hex Logo

#e973ec Color Hex

#E973EC
(233,115,236)
0 Favorites   0 Comments

Color spaces of #e973ec

RGB 233115236
HSL0.830.760.69
HSV299°51°93°
CMYK 0.010.510.00   0.07
XYZ54.875335.641283.3441
Yxy35.64120.31560.2050
Hunter Lab59.700359.5983-40.9812
CIE-Lab66.244961.8376-41.1496

#e973ec color RGB value is (233,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 11101100
Octal 351 163 354
Decimal 233 115 236
Hex E9 73 EC

RGB Percentages of Color #e973ec

%39.90
%19.69
%40.41

CMYK Percentages of Color #e973ec

%1
%51
%0
%7

Triadic Colors of #e973ec

#e973ec #ece973 #73ece9

Analogous Colors of #e973ec

#e973ec #ec73b3 #ad73ec

Monochromatic Colors of #e973ec

#e973ec

Complementary Color

#e973ec #76ec73

#e973ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973ec Color CSS Codes

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

#e973ec Text Font Color

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

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


#e973ec Background Color

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

This div background color is #e973ec


#e973ec Border Color

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

This div border color is #e973ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973ec


Comments

No comments written yet.

Please login to write comment.