Color Hex Logo

#e67168 Color Hex

#E67168
(230,113,104)
0 Favorites   0 Comments

Color spaces of #e67168

RGB 230113104
HSL0.010.720.65
HSV55°90°
CMYK 0.000.510.55   0.10
XYZ41.036929.632716.6535
Yxy29.63270.46990.3393
Hunter Lab54.435939.300619.9666
CIE-Lab61.336044.559626.3803

#e67168 color RGB value is (230,113,104).

#e67168 hex color red value is 230, green value is 113 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e67168 hue: 0.01 , saturation: 0.72 and the lightness value of e67168 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 01101000
Octal 346 161 150
Decimal 230 113 104
Hex E6 71 68

RGB Percentages of Color #e67168

%51.45
%25.28
%23.27

CMYK Percentages of Color #e67168

%0
%51
%55
%10

Triadic Colors of #e67168

#e67168 #68e671 #7168e6

Analogous Colors of #e67168

#e67168 #e6b068 #e6689e

Monochromatic Colors of #e67168

#e67168

Complementary Color

#e67168 #68dde6

#e67168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67168 Color CSS Codes

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

#e67168 Text Font Color

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

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


#e67168 Background Color

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

This div background color is #e67168


#e67168 Border Color

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

This div border color is #e67168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67168


Comments

No comments written yet.

Please login to write comment.