Color Hex Logo

#e742d1 Color Hex

#E742D1
(231,66,209)
0 Favorites   0 Comments

Color spaces of #e742d1

RGB 23166209
HSL0.860.770.58
HSV308°71°91°
CMYK 0.000.710.10   0.09
XYZ46.411825.488862.7953
Yxy25.48880.34460.1892
Hunter Lab50.486475.7425-38.4047
CIE-Lab57.548676.7115-39.6683

#e742d1 color RGB value is (231,66,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000010 11010001
Octal 347 102 321
Decimal 231 66 209
Hex E7 42 D1

RGB Percentages of Color #e742d1

%45.65
%13.04
%41.30

CMYK Percentages of Color #e742d1

%0
%71
%10
%9

Triadic Colors of #e742d1

#e742d1 #d1e742 #42d1e7

Analogous Colors of #e742d1

#e742d1 #e7427f #ab42e7

Monochromatic Colors of #e742d1

#e742d1

Complementary Color

#e742d1 #42e758

#e742d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e742d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e742d1 Color CSS Codes

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

#e742d1 Text Font Color

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

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


#e742d1 Background Color

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

This div background color is #e742d1


#e742d1 Border Color

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

This div border color is #e742d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e742d1


Comments

No comments written yet.

Please login to write comment.