Color Hex Logo

#e875fa Color Hex

#E875FA
(232,117,250)
0 Favorites   0 Comments

Color spaces of #e875fa

RGB 232117250
HSL0.810.930.72
HSV292°53°98°
CMYK 0.070.530.00   0.02
XYZ56.895336.780594.5431
Yxy36.78050.30230.1954
Hunter Lab60.646961.3258-49.9749
CIE-Lab67.112063.1470-47.5070

#e875fa color RGB value is (232,117,250).

#e875fa hex color red value is 232, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e875fa hue: 0.81 , saturation: 0.93 and the lightness value of e875fa is 0.72.

The process color (four color CMYK) of #e875fa color hex is 0.07, 0.53, 0.00, 0.02. Web safe color of #e875fa is #ff66ff. Color #e875fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110101 11111010
Octal 350 165 372
Decimal 232 117 250
Hex E8 75 FA

RGB Percentages of Color #e875fa

%38.73
%19.53
%41.74

CMYK Percentages of Color #e875fa

%7
%53
%0
%2

Triadic Colors of #e875fa

#e875fa #fae875 #75fae8

Analogous Colors of #e875fa

#e875fa #fa75ca #a675fa

Monochromatic Colors of #e875fa

#e875fa

Complementary Color

#e875fa #87fa75

#e875fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e875fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e875fa Color CSS Codes

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

#e875fa Text Font Color

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

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


#e875fa Background Color

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

This div background color is #e875fa


#e875fa Border Color

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

This div border color is #e875fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,117,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e875fa


Comments

No comments written yet.

Please login to write comment.