Color Hex Logo

#e75fff Color Hex

#E75FFF
(231,95,255)
0 Favorites   0 Comments

Color spaces of #e75fff

RGB 23195255
HSL0.811.000.69
HSV291°63°100°
CMYK 0.090.630.00   0.00
XYZ55.097232.393397.9563
Yxy32.39330.29710.1747
Hunter Lab56.915173.1971-62.2031
CIE-Lab63.666673.5111-55.7164

#e75fff color RGB value is (231,95,255).

#e75fff hex color red value is 231, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e75fff hue: 0.81 , saturation: 1.00 and the lightness value of e75fff is 0.69.

The process color (four color CMYK) of #e75fff color hex is 0.09, 0.63, 0.00, 0.00. Web safe color of #e75fff is #ff66ff. Color #e75fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011111 11111111
Octal 347 137 377
Decimal 231 95 255
Hex E7 5F FF

RGB Percentages of Color #e75fff

%39.76
%16.35
%43.89

CMYK Percentages of Color #e75fff

%9
%63
%0
%0

Triadic Colors of #e75fff

#e75fff #ffe75f #5fffe7

Analogous Colors of #e75fff

#e75fff #ff5fc7 #975fff

Monochromatic Colors of #e75fff

#e75fff

Complementary Color

#e75fff #77ff5f

#e75fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75fff Color CSS Codes

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

#e75fff Text Font Color

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

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


#e75fff Background Color

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

This div background color is #e75fff


#e75fff Border Color

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

This div border color is #e75fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,95,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e75fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e75fff;
  -webkit-box-shadow: 1px 1px 3px 2px #e75fff;
  box-shadow:         1px 1px 3px 2px #e75fff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,95,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75fff


Comments

No comments written yet.

Please login to write comment.