Color Hex Logo

#e68054 Color Hex

#E68054
(230,128,84)
0 Favorites   0 Comments

Color spaces of #e68054

RGB 23012884
HSL0.050.740.62
HSV18°63°90°
CMYK 0.000.440.63   0.10
XYZ41.952532.901412.5270
Yxy32.90140.48010.3765
Hunter Lab57.359730.174127.2033
CIE-Lab64.081035.517740.7977

#e68054 color RGB value is (230,128,84).

#e68054 hex color red value is 230, green value is 128 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e68054 hue: 0.05 , saturation: 0.74 and the lightness value of e68054 is 0.62.

The process color (four color CMYK) of #e68054 color hex is 0.00, 0.44, 0.63, 0.10. Web safe color of #e68054 is #ff9966. Color #e68054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 01010100
Octal 346 200 124
Decimal 230 128 84
Hex E6 80 54

RGB Percentages of Color #e68054

%52.04
%28.96
%19.00

CMYK Percentages of Color #e68054

%0
%44
%63
%10

Triadic Colors of #e68054

#e68054 #54e680 #8054e6

Analogous Colors of #e68054

#e68054 #e6c954 #e65471

Monochromatic Colors of #e68054

#e68054

Complementary Color

#e68054 #54bae6

#e68054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68054 Color CSS Codes

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

#e68054 Text Font Color

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

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


#e68054 Background Color

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

This div background color is #e68054


#e68054 Border Color

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

This div border color is #e68054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68054


Comments

No comments written yet.

Please login to write comment.