Color Hex Logo

#ef3880 Color Hex

#EF3880
(239,56,128)
0 Favorites   0 Comments

Color spaces of #ef3880

RGB 23956128
HSL0.930.850.58
HSV336°77°94°
CMYK 0.000.770.46   0.06
XYZ40.907122.737622.6548
Yxy22.73760.47400.2635
Hunter Lab47.684069.68465.2099
CIE-Lab54.801072.32883.5584

#ef3880 color RGB value is (239,56,128).

#ef3880 hex color red value is 239, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ef3880 hue: 0.93 , saturation: 0.85 and the lightness value of ef3880 is 0.58.

The process color (four color CMYK) of #ef3880 color hex is 0.00, 0.77, 0.46, 0.06. Web safe color of #ef3880 is #ff3399. Color #ef3880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10000000
Octal 357 70 200
Decimal 239 56 128
Hex EF 38 80

RGB Percentages of Color #ef3880

%56.50
%13.24
%30.26

CMYK Percentages of Color #ef3880

%0
%77
%46
%6

Triadic Colors of #ef3880

#ef3880 #80ef38 #3880ef

Analogous Colors of #ef3880

#ef3880 #ef4b38 #ef38dc

Monochromatic Colors of #ef3880

#ef3880

Complementary Color

#ef3880 #38efa7

#ef3880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3880 Color CSS Codes

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

#ef3880 Text Font Color

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

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


#ef3880 Background Color

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

This div background color is #ef3880


#ef3880 Border Color

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

This div border color is #ef3880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3880


Comments

No comments written yet.

Please login to write comment.