Color Hex Logo

#e758ce Color Hex

#E758CE
(231,88,206)
0 Favorites   0 Comments

Color spaces of #e758ce

RGB 23188206
HSL0.860.750.63
HSV310°62°91°
CMYK 0.000.620.11   0.09
XYZ47.585328.424661.3710
Yxy28.42460.34640.2069
Hunter Lab53.314766.0169-30.9289
CIE-Lab60.270468.2704-33.7073

#e758ce color RGB value is (231,88,206).

#e758ce hex color red value is 231, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e758ce hue: 0.86 , saturation: 0.75 and the lightness value of e758ce is 0.63.

The process color (four color CMYK) of #e758ce color hex is 0.00, 0.62, 0.11, 0.09. Web safe color of #e758ce is #ff66cc. Color #e758ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011000 11001110
Octal 347 130 316
Decimal 231 88 206
Hex E7 58 CE

RGB Percentages of Color #e758ce

%44.00
%16.76
%39.24

CMYK Percentages of Color #e758ce

%0
%62
%11
%9

Triadic Colors of #e758ce

#e758ce #cee758 #58cee7

Analogous Colors of #e758ce

#e758ce #e75887 #b958e7

Monochromatic Colors of #e758ce

#e758ce

Complementary Color

#e758ce #58e771

#e758ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e758ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e758ce Color CSS Codes

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

#e758ce Text Font Color

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

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


#e758ce Background Color

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

This div background color is #e758ce


#e758ce Border Color

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

This div border color is #e758ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e758ce


Comments

No comments written yet.

Please login to write comment.