Color Hex Logo

#e67b85 Color Hex

#E67B85
(230,123,133)
0 Favorites   0 Comments

Color spaces of #e67b85

RGB 230123133
HSL0.980.680.69
HSV354°47°90°
CMYK 0.000.470.42   0.10
XYZ43.949732.682426.1822
Yxy32.68240.42750.3179
Hunter Lab57.168537.181312.8642
CIE-Lab63.902942.233013.3947

#e67b85 color RGB value is (230,123,133).

#e67b85 hex color red value is 230, green value is 123 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e67b85 hue: 0.98 , saturation: 0.68 and the lightness value of e67b85 is 0.69.

The process color (four color CMYK) of #e67b85 color hex is 0.00, 0.47, 0.42, 0.10. Web safe color of #e67b85 is #ff6699. Color #e67b85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111011 10000101
Octal 346 173 205
Decimal 230 123 133
Hex E6 7B 85

RGB Percentages of Color #e67b85

%47.33
%25.31
%27.37

CMYK Percentages of Color #e67b85

%0
%47
%42
%10

Triadic Colors of #e67b85

#e67b85 #85e67b #7b85e6

Analogous Colors of #e67b85

#e67b85 #e6a77b #e67bbb

Monochromatic Colors of #e67b85

#e67b85

Complementary Color

#e67b85 #7be6dc

#e67b85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67b85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67b85 Color CSS Codes

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

#e67b85 Text Font Color

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

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


#e67b85 Background Color

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

This div background color is #e67b85


#e67b85 Border Color

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

This div border color is #e67b85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67b85


Comments

No comments written yet.

Please login to write comment.