Color Hex Logo

#e975ef Color Hex

#E975EF
(233,117,239)
0 Favorites   0 Comments

Color spaces of #e975ef

RGB 233117239
HSL0.830.790.70
HSV297°51°94°
CMYK 0.030.510.00   0.06
XYZ55.545636.278285.7362
Yxy36.27820.31280.2043
Hunter Lab60.231459.2084-42.2342
CIE-Lab66.731961.4264-42.0436

#e975ef color RGB value is (233,117,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 11101111
Octal 351 165 357
Decimal 233 117 239
Hex E9 75 EF

RGB Percentages of Color #e975ef

%39.56
%19.86
%40.58

CMYK Percentages of Color #e975ef

%3
%51
%0
%6

Triadic Colors of #e975ef

#e975ef #efe975 #75efe9

Analogous Colors of #e975ef

#e975ef #ef75b8 #ac75ef

Monochromatic Colors of #e975ef

#e975ef

Complementary Color

#e975ef #7bef75

#e975ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e975ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e975ef Color CSS Codes

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

#e975ef Text Font Color

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

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


#e975ef Background Color

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

This div background color is #e975ef


#e975ef Border Color

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

This div border color is #e975ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e975ef


Comments

No comments written yet.

Please login to write comment.