Color Hex Logo

#e705ce Color Hex

#E705CE
(231,5,206)
0 Favorites   0 Comments

Color spaces of #e705ce

RGB 2315206
HSL0.850.960.46
HSV307°98°91°
CMYK 0.000.980.11   0.09
XYZ44.149821.553760.2258
Yxy21.55370.35060.1712
Hunter Lab46.426088.5031-44.4154
CIE-Lab53.550287.4425-44.2597

#e705ce color RGB value is (231,5,206).

#e705ce hex color red value is 231, green value is 5 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e705ce hue: 0.85 , saturation: 0.96 and the lightness value of e705ce is 0.46.

The process color (four color CMYK) of #e705ce color hex is 0.00, 0.98, 0.11, 0.09. Web safe color of #e705ce is #ff00cc. Color #e705ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000101 11001110
Octal 347 5 316
Decimal 231 5 206
Hex E7 5 CE

RGB Percentages of Color #e705ce

%52.26
%1.13
%46.61

CMYK Percentages of Color #e705ce

%0
%98
%11
%9

Triadic Colors of #e705ce

#e705ce #cee705 #05cee7

Analogous Colors of #e705ce

#e705ce #e7055d #8f05e7

Monochromatic Colors of #e705ce

#e705ce

Complementary Color

#e705ce #05e71e

#e705ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e705ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e705ce Color CSS Codes

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

#e705ce Text Font Color

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

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


#e705ce Background Color

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

This div background color is #e705ce


#e705ce Border Color

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

This div border color is #e705ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e705ce


Comments

No comments written yet.

Please login to write comment.