Color Hex Logo

#e758ca Color Hex

#E758CA
(231,88,202)
0 Favorites   0 Comments

Color spaces of #e758ca

RGB 23188202
HSL0.870.750.63
HSV312°62°91°
CMYK 0.000.620.13   0.09
XYZ47.105428.232658.8438
Yxy28.23260.35110.2104
Hunter Lab53.134465.2611-28.4668
CIE-Lab60.098367.6731-31.7045

#e758ca color RGB value is (231,88,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011000 11001010
Octal 347 130 312
Decimal 231 88 202
Hex E7 58 CA

RGB Percentages of Color #e758ca

%44.34
%16.89
%38.77

CMYK Percentages of Color #e758ca

%0
%62
%13
%9

Triadic Colors of #e758ca

#e758ca #cae758 #58cae7

Analogous Colors of #e758ca

#e758ca #e75883 #bd58e7

Monochromatic Colors of #e758ca

#e758ca

Complementary Color

#e758ca #58e775

#e758ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e758ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e758ca Color CSS Codes

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

#e758ca Text Font Color

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

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


#e758ca Background Color

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

This div background color is #e758ca


#e758ca Border Color

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

This div border color is #e758ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e758ca


Comments

No comments written yet.

Please login to write comment.