Color Hex Logo

#e75eca Color Hex

#E75ECA
(231,94,202)
0 Favorites   0 Comments

Color spaces of #e75eca

RGB 23194202
HSL0.870.740.64
HSV313°59°91°
CMYK 0.000.590.13   0.09
XYZ47.618429.258659.0148
Yxy29.25860.35040.2153
Hunter Lab54.091262.4802-26.8229
CIE-Lab61.009265.1781-30.2916

#e75eca color RGB value is (231,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011110 11001010
Octal 347 136 312
Decimal 231 94 202
Hex E7 5E CA

RGB Percentages of Color #e75eca

%43.83
%17.84
%38.33

CMYK Percentages of Color #e75eca

%0
%59
%13
%9

Triadic Colors of #e75eca

#e75eca #cae75e #5ecae7

Analogous Colors of #e75eca

#e75eca #e75e86 #c05ee7

Monochromatic Colors of #e75eca

#e75eca

Complementary Color

#e75eca #5ee77b

#e75eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75eca Color CSS Codes

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

#e75eca Text Font Color

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

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


#e75eca Background Color

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

This div background color is #e75eca


#e75eca Border Color

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

This div border color is #e75eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75eca


Comments

No comments written yet.

Please login to write comment.