Color Hex Logo

#e742df Color Hex

#E742DF
(231,66,223)
0 Favorites   0 Comments

Color spaces of #e742df

RGB 23166223
HSL0.840.770.58
HSV303°71°91°
CMYK 0.000.710.03   0.09
XYZ48.222526.213172.3301
Yxy26.21310.32860.1786
Hunter Lab51.198778.5258-47.9218
CIE-Lab58.238878.7918-46.5105

#e742df color RGB value is (231,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11011111
Octal 347 102 337
Decimal 231 66 223
Hex E7 42 DF

RGB Percentages of Color #e742df

%44.42
%12.69
%42.88

CMYK Percentages of Color #e742df

%0
%71
%3
%9

Triadic Colors of #e742df

#e742df #dfe742 #42dfe7

Analogous Colors of #e742df

#e742df #e7428d #9d42e7

Monochromatic Colors of #e742df

#e742df

Complementary Color

#e742df #42e74a

#e742df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742df Color CSS Codes

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

#e742df Text Font Color

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

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


#e742df Background Color

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

This div background color is #e742df


#e742df Border Color

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

This div border color is #e742df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742df


Comments

No comments written yet.

Please login to write comment.