Color Hex Logo

#ef8274 Color Hex

#EF8274
(239,130,116)
0 Favorites   0 Comments

Color spaces of #ef8274

RGB 239130116
HSL0.020.790.70
HSV51°94°
CMYK 0.000.460.51   0.06
XYZ46.731635.576920.9270
Yxy35.57690.45270.3446
Hunter Lab59.646435.469620.9505
CIE-Lab66.195440.343226.2967

#ef8274 color RGB value is (239,130,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 01110100
Octal 357 202 164
Decimal 239 130 116
Hex EF 82 74

RGB Percentages of Color #ef8274

%49.28
%26.80
%23.92

CMYK Percentages of Color #ef8274

%0
%46
%51
%6

Triadic Colors of #ef8274

#ef8274 #74ef82 #8274ef

Analogous Colors of #ef8274

#ef8274 #efc074 #ef74a4

Monochromatic Colors of #ef8274

#ef8274

Complementary Color

#ef8274 #74e1ef

#ef8274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8274 Color CSS Codes

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

#ef8274 Text Font Color

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

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


#ef8274 Background Color

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

This div background color is #ef8274


#ef8274 Border Color

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

This div border color is #ef8274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8274


Comments

No comments written yet.

Please login to write comment.