Color Hex Logo

#e68354 Color Hex

#E68354
(230,131,84)
0 Favorites   0 Comments

Color spaces of #e68354

RGB 23013184
HSL0.050.740.62
HSV19°63°90°
CMYK 0.000.430.63   0.10
XYZ42.349733.695712.6594
Yxy33.69570.47740.3799
Hunter Lab58.048028.643127.7033
CIE-Lab64.720333.959741.5584

#e68354 color RGB value is (230,131,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000011 01010100
Octal 346 203 124
Decimal 230 131 84
Hex E6 83 54

RGB Percentages of Color #e68354

%51.69
%29.44
%18.88

CMYK Percentages of Color #e68354

%0
%43
%63
%10

Triadic Colors of #e68354

#e68354 #54e683 #8354e6

Analogous Colors of #e68354

#e68354 #e6cc54 #e6546e

Monochromatic Colors of #e68354

#e68354

Complementary Color

#e68354 #54b7e6

#e68354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68354 Color CSS Codes

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

#e68354 Text Font Color

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

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


#e68354 Background Color

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

This div background color is #e68354


#e68354 Border Color

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

This div border color is #e68354


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,131,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 #e68354">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68354


Comments

No comments written yet.

Please login to write comment.