Color Hex Logo

#e6718a Color Hex

#E6718A
(230,113,138)
0 Favorites   0 Comments

Color spaces of #e6718a

RGB 230113138
HSL0.960.700.67
HSV347°51°90°
CMYK 0.000.510.40   0.10
XYZ43.125730.468227.6527
Yxy30.46820.42590.3009
Hunter Lab55.198042.86398.9359
CIE-Lab62.056147.76187.9245

#e6718a color RGB value is (230,113,138).

#e6718a hex color red value is 230, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e6718a hue: 0.96 , saturation: 0.70 and the lightness value of e6718a is 0.67.

The process color (four color CMYK) of #e6718a color hex is 0.00, 0.51, 0.40, 0.10. Web safe color of #e6718a is #ff6699. Color #e6718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 10001010
Octal 346 161 212
Decimal 230 113 138
Hex E6 71 8A

RGB Percentages of Color #e6718a

%47.82
%23.49
%28.69

CMYK Percentages of Color #e6718a

%0
%51
%40
%10

Triadic Colors of #e6718a

#e6718a #8ae671 #718ae6

Analogous Colors of #e6718a

#e6718a #e69371 #e671c5

Monochromatic Colors of #e6718a

#e6718a

Complementary Color

#e6718a #71e6cd

#e6718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6718a Color CSS Codes

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

#e6718a Text Font Color

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

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


#e6718a Background Color

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

This div background color is #e6718a


#e6718a Border Color

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

This div border color is #e6718a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,113,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6718a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6718a;
  -webkit-box-shadow: 1px 1px 3px 2px #e6718a;
  box-shadow:         1px 1px 3px 2px #e6718a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,113,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6718a


Comments

No comments written yet.

Please login to write comment.