Color Hex Logo

#e6707e Color Hex

#E6707E
(230,112,126)
0 Favorites   0 Comments

Color spaces of #e6707e

RGB 230112126
HSL0.980.700.67
HSV353°51°90°
CMYK 0.000.510.45   0.10
XYZ42.193229.917723.2895
Yxy29.91770.44230.3136
Hunter Lab54.697141.974613.0428
CIE-Lab61.583147.011014.1552

#e6707e color RGB value is (230,112,126).

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

The process color (four color CMYK) of #e6707e color hex is 0.00, 0.51, 0.45, 0.10. Web safe color of #e6707e is #ff6666. Color #e6707e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110000 01111110
Octal 346 160 176
Decimal 230 112 126
Hex E6 70 7E

RGB Percentages of Color #e6707e

%49.15
%23.93
%26.92

CMYK Percentages of Color #e6707e

%0
%51
%45
%10

Triadic Colors of #e6707e

#e6707e #7ee670 #707ee6

Analogous Colors of #e6707e

#e6707e #e69d70 #e670b9

Monochromatic Colors of #e6707e

#e6707e

Complementary Color

#e6707e #70e6d8

#e6707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6707e Color CSS Codes

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

#e6707e Text Font Color

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

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


#e6707e Background Color

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

This div background color is #e6707e


#e6707e Border Color

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

This div border color is #e6707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6707e


Comments

No comments written yet.

Please login to write comment.