Color Hex Logo

#ef4583 Color Hex

#EF4583
(239,69,131)
0 Favorites   0 Comments

Color spaces of #ef4583

RGB 23969131
HSL0.940.840.60
HSV338°71°94°
CMYK 0.000.710.45   0.06
XYZ41.821524.245723.9484
Yxy24.24570.46460.2693
Hunter Lab49.239965.43765.6316
CIE-Lab56.333068.51773.9856

#ef4583 color RGB value is (239,69,131).

#ef4583 hex color red value is 239, green value is 69 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ef4583 hue: 0.94 , saturation: 0.84 and the lightness value of ef4583 is 0.60.

The process color (four color CMYK) of #ef4583 color hex is 0.00, 0.71, 0.45, 0.06. Web safe color of #ef4583 is #ff3399. Color #ef4583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10000011
Octal 357 105 203
Decimal 239 69 131
Hex EF 45 83

RGB Percentages of Color #ef4583

%54.44
%15.72
%29.84

CMYK Percentages of Color #ef4583

%0
%71
%45
%6

Triadic Colors of #ef4583

#ef4583 #83ef45 #4583ef

Analogous Colors of #ef4583

#ef4583 #ef5c45 #ef45d8

Monochromatic Colors of #ef4583

#ef4583

Complementary Color

#ef4583 #45efb1

#ef4583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4583 Color CSS Codes

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

#ef4583 Text Font Color

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

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


#ef4583 Background Color

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

This div background color is #ef4583


#ef4583 Border Color

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

This div border color is #ef4583


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,69,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 #ef4583">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4583


Comments

No comments written yet.

Please login to write comment.