Color Hex Logo

#e75ffd Color Hex

#E75FFD
(231,95,253)
0 Favorites   0 Comments

Color spaces of #e75ffd

RGB 23195253
HSL0.810.980.68
HSV292°62°99°
CMYK 0.090.620.00   0.01
XYZ54.776832.265296.2693
Yxy32.26520.29880.1760
Hunter Lab56.802572.7301-60.7235
CIE-Lab63.561573.1547-54.7829

#e75ffd color RGB value is (231,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011111 11111101
Octal 347 137 375
Decimal 231 95 253
Hex E7 5F FD

RGB Percentages of Color #e75ffd

%39.90
%16.41
%43.70

CMYK Percentages of Color #e75ffd

%9
%62
%0
%1

Triadic Colors of #e75ffd

#e75ffd #fde75f #5ffde7

Analogous Colors of #e75ffd

#e75ffd #fd5fc4 #985ffd

Monochromatic Colors of #e75ffd

#e75ffd

Complementary Color

#e75ffd #75fd5f

#e75ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75ffd Color CSS Codes

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

#e75ffd Text Font Color

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

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


#e75ffd Background Color

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

This div background color is #e75ffd


#e75ffd Border Color

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

This div border color is #e75ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75ffd


Comments

No comments written yet.

Please login to write comment.