Color Hex Logo

#ef307d Color Hex

#EF307D
(239,48,125)
0 Favorites   0 Comments

Color spaces of #ef307d

RGB 23948125
HSL0.930.860.56
HSV336°80°94°
CMYK 0.000.800.48   0.06
XYZ40.355221.945321.5109
Yxy21.94530.48150.2618
Hunter Lab46.845871.78825.5670
CIE-Lab53.968974.21014.1530

#ef307d color RGB value is (239,48,125).

#ef307d hex color red value is 239, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef307d hue: 0.93 , saturation: 0.86 and the lightness value of ef307d is 0.56.

The process color (four color CMYK) of #ef307d color hex is 0.00, 0.80, 0.48, 0.06. Web safe color of #ef307d is #ff3366. Color #ef307d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 01111101
Octal 357 60 175
Decimal 239 48 125
Hex EF 30 7D

RGB Percentages of Color #ef307d

%58.01
%11.65
%30.34

CMYK Percentages of Color #ef307d

%0
%80
%48
%6

Triadic Colors of #ef307d

#ef307d #7def30 #307def

Analogous Colors of #ef307d

#ef307d #ef4330 #ef30dd

Monochromatic Colors of #ef307d

#ef307d

Complementary Color

#ef307d #30efa2

#ef307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef307d Color CSS Codes

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

#ef307d Text Font Color

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

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


#ef307d Background Color

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

This div background color is #ef307d


#ef307d Border Color

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

This div border color is #ef307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef307d


Comments

No comments written yet.

Please login to write comment.