Color Hex Logo

#e67f81 Color Hex

#E67F81
(230,127,129)
0 Favorites   0 Comments

Color spaces of #e67f81

RGB 230127129
HSL1.000.670.70
HSV359°45°90°
CMYK 0.000.450.44   0.10
XYZ44.184933.586724.9230
Yxy33.58670.43030.3271
Hunter Lab57.954034.671115.0703
CIE-Lab64.633239.773816.6804

#e67f81 color RGB value is (230,127,129).

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

The process color (four color CMYK) of #e67f81 color hex is 0.00, 0.45, 0.44, 0.10. Web safe color of #e67f81 is #ff6699. Color #e67f81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 10000001
Octal 346 177 201
Decimal 230 127 129
Hex E6 7F 81

RGB Percentages of Color #e67f81

%47.33
%26.13
%26.54

CMYK Percentages of Color #e67f81

%0
%45
%44
%10

Triadic Colors of #e67f81

#e67f81 #81e67f #7f81e6

Analogous Colors of #e67f81

#e67f81 #e6b17f #e67fb5

Monochromatic Colors of #e67f81

#e67f81

Complementary Color

#e67f81 #7fe6e4

#e67f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67f81 Color CSS Codes

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

#e67f81 Text Font Color

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

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


#e67f81 Background Color

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

This div background color is #e67f81


#e67f81 Border Color

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

This div border color is #e67f81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67f81


Comments

No comments written yet.

Please login to write comment.