Color Hex Logo

#e6607b Color Hex

#E6607B
(230,96,123)
0 Favorites   0 Comments

Color spaces of #e6607b

RGB 23096123
HSL0.970.730.64
HSV348°58°90°
CMYK 0.000.580.47   0.10
XYZ40.391126.618821.7480
Yxy26.61880.45510.2999
Hunter Lab51.593449.454411.1231
CIE-Lab58.619854.274511.7454

#e6607b color RGB value is (230,96,123).

#e6607b hex color red value is 230, green value is 96 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e6607b hue: 0.97 , saturation: 0.73 and the lightness value of e6607b is 0.64.

The process color (four color CMYK) of #e6607b color hex is 0.00, 0.58, 0.47, 0.10. Web safe color of #e6607b is #ff6666. Color #e6607b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100000 01111011
Octal 346 140 173
Decimal 230 96 123
Hex E6 60 7B

RGB Percentages of Color #e6607b

%51.22
%21.38
%27.39

CMYK Percentages of Color #e6607b

%0
%58
%47
%10

Triadic Colors of #e6607b

#e6607b #7be660 #607be6

Analogous Colors of #e6607b

#e6607b #e68860 #e660be

Monochromatic Colors of #e6607b

#e6607b

Complementary Color

#e6607b #60e6cb

#e6607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6607b Color CSS Codes

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

#e6607b Text Font Color

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

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


#e6607b Background Color

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

This div background color is #e6607b


#e6607b Border Color

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

This div border color is #e6607b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6607b


Comments

No comments written yet.

Please login to write comment.