Color Hex Logo

#ef816b Color Hex

#EF816B
(239,129,107)
0 Favorites   0 Comments

Color spaces of #ef816b

RGB 239129107
HSL0.030.800.68
HSV10°55°94°
CMYK 0.000.460.55   0.06
XYZ46.100735.112818.2576
Yxy35.11280.46350.3530
Hunter Lab59.256135.173423.2112
CIE-Lab65.836440.106630.8102

#ef816b color RGB value is (239,129,107).

#ef816b hex color red value is 239, green value is 129 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef816b hue: 0.03 , saturation: 0.80 and the lightness value of ef816b is 0.68.

The process color (four color CMYK) of #ef816b color hex is 0.00, 0.46, 0.55, 0.06. Web safe color of #ef816b is #ff9966. Color #ef816b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 01101011
Octal 357 201 153
Decimal 239 129 107
Hex EF 81 6B

RGB Percentages of Color #ef816b

%50.32
%27.16
%22.53

CMYK Percentages of Color #ef816b

%0
%46
%55
%6

Triadic Colors of #ef816b

#ef816b #6bef81 #816bef

Analogous Colors of #ef816b

#ef816b #efc36b #ef6b97

Monochromatic Colors of #ef816b

#ef816b

Complementary Color

#ef816b #6bd9ef

#ef816b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef816b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef816b Color CSS Codes

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

#ef816b Text Font Color

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

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


#ef816b Background Color

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

This div background color is #ef816b


#ef816b Border Color

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

This div border color is #ef816b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef816b


Comments

No comments written yet.

Please login to write comment.