Color Hex Logo

#e971ef Color Hex

#E971EF
(233,113,239)
0 Favorites   0 Comments

Color spaces of #e971ef

RGB 233113239
HSL0.830.800.69
HSV297°53°94°
CMYK 0.030.530.00   0.06
XYZ55.089435.365985.5841
Yxy35.36590.31290.2009
Hunter Lab59.469261.2825-43.6977
CIE-Lab66.032663.2935-43.1402

#e971ef color RGB value is (233,113,239).

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

The process color (four color CMYK) of #e971ef color hex is 0.03, 0.53, 0.00, 0.06. Web safe color of #e971ef is #ff66ff. Color #e971ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 11101111
Octal 351 161 357
Decimal 233 113 239
Hex E9 71 EF

RGB Percentages of Color #e971ef

%39.83
%19.32
%40.85

CMYK Percentages of Color #e971ef

%3
%53
%0
%6

Triadic Colors of #e971ef

#e971ef #efe971 #71efe9

Analogous Colors of #e971ef

#e971ef #ef71b6 #aa71ef

Monochromatic Colors of #e971ef

#e971ef

Complementary Color

#e971ef #77ef71

#e971ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971ef Color CSS Codes

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

#e971ef Text Font Color

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

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


#e971ef Background Color

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

This div background color is #e971ef


#e971ef Border Color

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

This div border color is #e971ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971ef


Comments

No comments written yet.

Please login to write comment.