Color Hex Logo

#e75fca Color Hex

#E75FCA
(231,95,202)
0 Favorites   0 Comments

Color spaces of #e75fca

RGB 23195202
HSL0.870.740.64
HSV313°59°91°
CMYK 0.000.590.13   0.09
XYZ47.707929.437659.0447
Yxy29.43760.35030.2162
Hunter Lab54.256462.0070-26.5430
CIE-Lab61.165964.7512-30.0489

#e75fca color RGB value is (231,95,202).

#e75fca hex color red value is 231, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e75fca hue: 0.87 , saturation: 0.74 and the lightness value of e75fca is 0.64.

The process color (four color CMYK) of #e75fca color hex is 0.00, 0.59, 0.13, 0.09. Web safe color of #e75fca is #ff66cc. Color #e75fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011111 11001010
Octal 347 137 312
Decimal 231 95 202
Hex E7 5F CA

RGB Percentages of Color #e75fca

%43.75
%17.99
%38.26

CMYK Percentages of Color #e75fca

%0
%59
%13
%9

Triadic Colors of #e75fca

#e75fca #cae75f #5fcae7

Analogous Colors of #e75fca

#e75fca #e75f86 #c05fe7

Monochromatic Colors of #e75fca

#e75fca

Complementary Color

#e75fca #5fe77c

#e75fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75fca Color CSS Codes

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

#e75fca Text Font Color

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

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


#e75fca Background Color

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

This div background color is #e75fca


#e75fca Border Color

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

This div border color is #e75fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75fca


Comments

No comments written yet.

Please login to write comment.