Color Hex Logo

#e742dd Color Hex

#E742DD
(231,66,221)
0 Favorites   0 Comments

Color spaces of #e742dd

RGB 23166221
HSL0.840.770.58
HSV304°71°91°
CMYK 0.000.710.04   0.09
XYZ47.954426.105870.9181
Yxy26.10580.33080.1801
Hunter Lab51.093878.1179-46.5287
CIE-Lab58.137378.4886-45.5424

#e742dd color RGB value is (231,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11011101
Octal 347 102 335
Decimal 231 66 221
Hex E7 42 DD

RGB Percentages of Color #e742dd

%44.59
%12.74
%42.66

CMYK Percentages of Color #e742dd

%0
%71
%4
%9

Triadic Colors of #e742dd

#e742dd #dde742 #42dde7

Analogous Colors of #e742dd

#e742dd #e7428b #9f42e7

Monochromatic Colors of #e742dd

#e742dd

Complementary Color

#e742dd #42e74c

#e742dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742dd Color CSS Codes

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

#e742dd Text Font Color

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

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


#e742dd Background Color

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

This div background color is #e742dd


#e742dd Border Color

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

This div border color is #e742dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742dd


Comments

No comments written yet.

Please login to write comment.