Color Hex Logo

#ef8183 Color Hex

#EF8183
(239,129,131)
0 Favorites   0 Comments

Color spaces of #ef8183

RGB 239129131
HSL1.000.770.72
HSV359°46°94°
CMYK 0.000.460.45   0.06
XYZ47.543635.689925.8558
Yxy35.68990.43580.3272
Hunter Lab59.741037.508616.1581
CIE-Lab66.282342.241118.0161

#ef8183 color RGB value is (239,129,131).

#ef8183 hex color red value is 239, green value is 129 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ef8183 hue: 1.00 , saturation: 0.77 and the lightness value of ef8183 is 0.72.

The process color (four color CMYK) of #ef8183 color hex is 0.00, 0.46, 0.45, 0.06. Web safe color of #ef8183 is #ff9999. Color #ef8183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 10000011
Octal 357 201 203
Decimal 239 129 131
Hex EF 81 83

RGB Percentages of Color #ef8183

%47.90
%25.85
%26.25

CMYK Percentages of Color #ef8183

%0
%46
%45
%6

Triadic Colors of #ef8183

#ef8183 #83ef81 #8183ef

Analogous Colors of #ef8183

#ef8183 #efb681 #ef81ba

Monochromatic Colors of #ef8183

#ef8183

Complementary Color

#ef8183 #81efed

#ef8183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8183 Color CSS Codes

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

#ef8183 Text Font Color

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

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


#ef8183 Background Color

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

This div background color is #ef8183


#ef8183 Border Color

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

This div border color is #ef8183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8183


Comments

No comments written yet.

Please login to write comment.