Color Hex Logo

#e708ca Color Hex

#E708CA
(231,8,202)
0 Favorites   0 Comments

Color spaces of #e708ca

RGB 2318202
HSL0.860.930.47
HSV308°97°91°
CMYK 0.000.970.13   0.09
XYZ43.702521.426957.7095
Yxy21.42690.35580.1744
Hunter Lab46.289287.5191-41.5154
CIE-Lab53.413686.7194-42.1763

#e708ca color RGB value is (231,8,202).

#e708ca hex color red value is 231, green value is 8 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e708ca hue: 0.86 , saturation: 0.93 and the lightness value of e708ca is 0.47.

The process color (four color CMYK) of #e708ca color hex is 0.00, 0.97, 0.13, 0.09. Web safe color of #e708ca is #ff00cc. Color #e708ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 11001010
Octal 347 10 312
Decimal 231 8 202
Hex E7 8 CA

RGB Percentages of Color #e708ca

%52.38
%1.81
%45.80

CMYK Percentages of Color #e708ca

%0
%97
%13
%9

Triadic Colors of #e708ca

#e708ca #cae708 #08cae7

Analogous Colors of #e708ca

#e708ca #e7085b #9508e7

Monochromatic Colors of #e708ca

#e708ca

Complementary Color

#e708ca #08e725

#e708ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e708ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e708ca Color CSS Codes

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

#e708ca Text Font Color

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

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


#e708ca Background Color

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

This div background color is #e708ca


#e708ca Border Color

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

This div border color is #e708ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e708ca


Comments

No comments written yet.

Please login to write comment.