Color Hex Logo

#e742ce Color Hex

#E742CE
(231,66,206)
0 Favorites   0 Comments

Color spaces of #e742ce

RGB 23166206
HSL0.860.770.58
HSV309°71°91°
CMYK 0.000.710.11   0.09
XYZ46.043825.341660.8572
Yxy25.34160.34820.1916
Hunter Lab50.340475.1690-36.4381
CIE-Lab57.406876.2796-38.1823

#e742ce color RGB value is (231,66,206).

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

The process color (four color CMYK) of #e742ce color hex is 0.00, 0.71, 0.11, 0.09. Web safe color of #e742ce is #ff33cc. Color #e742ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11001110
Octal 347 102 316
Decimal 231 66 206
Hex E7 42 CE

RGB Percentages of Color #e742ce

%45.92
%13.12
%40.95

CMYK Percentages of Color #e742ce

%0
%71
%11
%9

Triadic Colors of #e742ce

#e742ce #cee742 #42cee7

Analogous Colors of #e742ce

#e742ce #e7427c #ae42e7

Monochromatic Colors of #e742ce

#e742ce

Complementary Color

#e742ce #42e75b

#e742ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742ce Color CSS Codes

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

#e742ce Text Font Color

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

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


#e742ce Background Color

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

This div background color is #e742ce


#e742ce Border Color

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

This div border color is #e742ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742ce


Comments

No comments written yet.

Please login to write comment.