Color Hex Logo

#e742ee Color Hex

#E742EE
(231,66,238)
0 Favorites   0 Comments

Color spaces of #e742ee

RGB 23166238
HSL0.830.830.60
HSV298°72°93°
CMYK 0.030.720.00   0.07
XYZ50.335827.058483.4587
Yxy27.05840.31290.1682
Hunter Lab52.017781.6976-58.7142
CIE-Lab59.028381.1308-53.6757

#e742ee color RGB value is (231,66,238).

#e742ee hex color red value is 231, green value is 66 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e742ee hue: 0.83 , saturation: 0.83 and the lightness value of e742ee is 0.60.

The process color (four color CMYK) of #e742ee color hex is 0.03, 0.72, 0.00, 0.07. Web safe color of #e742ee is #ff33ff. Color #e742ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11101110
Octal 347 102 356
Decimal 231 66 238
Hex E7 42 EE

RGB Percentages of Color #e742ee

%43.18
%12.34
%44.49

CMYK Percentages of Color #e742ee

%3
%72
%0
%7

Triadic Colors of #e742ee

#e742ee #eee742 #42eee7

Analogous Colors of #e742ee

#e742ee #ee429f #9142ee

Monochromatic Colors of #e742ee

#e742ee

Complementary Color

#e742ee #49ee42

#e742ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742ee Color CSS Codes

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

#e742ee Text Font Color

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

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


#e742ee Background Color

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

This div background color is #e742ee


#e742ee Border Color

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

This div border color is #e742ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742ee


Comments

No comments written yet.

Please login to write comment.