Color Hex Logo

#e975eb Color Hex

#E975EB
(233,117,235)
0 Favorites   0 Comments

Color spaces of #e975eb

RGB 233117235
HSL0.830.750.69
HSV299°50°92°
CMYK 0.010.500.00   0.08
XYZ54.961036.044482.6578
Yxy36.04440.31650.2076
Hunter Lab60.037058.3435-39.6035
CIE-Lab66.553860.7224-40.1133

#e975eb color RGB value is (233,117,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110101 11101011
Octal 351 165 353
Decimal 233 117 235
Hex E9 75 EB

RGB Percentages of Color #e975eb

%39.83
%20.00
%40.17

CMYK Percentages of Color #e975eb

%1
%50
%0
%8

Triadic Colors of #e975eb

#e975eb #ebe975 #75ebe9

Analogous Colors of #e975eb

#e975eb #eb75b2 #ae75eb

Monochromatic Colors of #e975eb

#e975eb

Complementary Color

#e975eb #77eb75

#e975eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e975eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e975eb Color CSS Codes

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

#e975eb Text Font Color

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

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


#e975eb Background Color

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

This div background color is #e975eb


#e975eb Border Color

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

This div border color is #e975eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e975eb


Comments

No comments written yet.

Please login to write comment.