Color Hex Logo

#e68272 Color Hex

#E68272
(230,130,114)
0 Favorites   0 Comments

Color spaces of #e68272

RGB 230130114
HSL0.020.700.67
HSV50°90°
CMYK 0.000.430.50   0.10
XYZ43.653034.003220.1821
Yxy34.00320.44620.3475
Hunter Lab58.312331.580020.2981
CIE-Lab64.965136.782625.5616

#e68272 color RGB value is (230,130,114).

#e68272 hex color red value is 230, green value is 130 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e68272 hue: 0.02 , saturation: 0.70 and the lightness value of e68272 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 01110010
Octal 346 202 162
Decimal 230 130 114
Hex E6 82 72

RGB Percentages of Color #e68272

%48.52
%27.43
%24.05

CMYK Percentages of Color #e68272

%0
%43
%50
%10

Triadic Colors of #e68272

#e68272 #72e682 #8272e6

Analogous Colors of #e68272

#e68272 #e6bc72 #e6729c

Monochromatic Colors of #e68272

#e68272

Complementary Color

#e68272 #72d6e6

#e68272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68272 Color CSS Codes

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

#e68272 Text Font Color

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

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


#e68272 Background Color

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

This div background color is #e68272


#e68272 Border Color

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

This div border color is #e68272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68272


Comments

No comments written yet.

Please login to write comment.