Color Hex Logo

#ef337d Color Hex

#EF337D
(239,51,125)
0 Favorites   0 Comments

Color spaces of #ef337d

RGB 23951125
HSL0.930.850.57
HSV336°79°94°
CMYK 0.000.790.48   0.06
XYZ40.482122.199021.5532
Yxy22.19900.48060.2635
Hunter Lab47.115870.91535.8588
CIE-Lab54.237573.44584.5398

#ef337d color RGB value is (239,51,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 01111101
Octal 357 63 175
Decimal 239 51 125
Hex EF 33 7D

RGB Percentages of Color #ef337d

%57.59
%12.29
%30.12

CMYK Percentages of Color #ef337d

%0
%79
%48
%6

Triadic Colors of #ef337d

#ef337d #7def33 #337def

Analogous Colors of #ef337d

#ef337d #ef4733 #ef33db

Monochromatic Colors of #ef337d

#ef337d

Complementary Color

#ef337d #33efa5

#ef337d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef337d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef337d Color CSS Codes

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

#ef337d Text Font Color

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

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


#ef337d Background Color

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

This div background color is #ef337d


#ef337d Border Color

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

This div border color is #ef337d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef337d


Comments

No comments written yet.

Please login to write comment.