Color Hex Logo

#e742cc Color Hex

#E742CC
(231,66,204)
0 Favorites   0 Comments

Color spaces of #e742cc

RGB 23166204
HSL0.860.770.58
HSV310°71°91°
CMYK 0.000.710.12   0.09
XYZ45.802325.245059.5855
Yxy25.24500.35060.1933
Hunter Lab50.244474.7911-35.1417
CIE-Lab57.313475.9944-37.1877

#e742cc color RGB value is (231,66,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11001100
Octal 347 102 314
Decimal 231 66 204
Hex E7 42 CC

RGB Percentages of Color #e742cc

%46.11
%13.17
%40.72

CMYK Percentages of Color #e742cc

%0
%71
%12
%9

Triadic Colors of #e742cc

#e742cc #cce742 #42cce7

Analogous Colors of #e742cc

#e742cc #e7427a #b042e7

Monochromatic Colors of #e742cc

#e742cc

Complementary Color

#e742cc #42e75d

#e742cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742cc Color CSS Codes

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

#e742cc Text Font Color

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

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


#e742cc Background Color

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

This div background color is #e742cc


#e742cc Border Color

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

This div border color is #e742cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742cc


Comments

No comments written yet.

Please login to write comment.