Color Hex Logo

#ef358d Color Hex

#EF358D
(239,53,141)
0 Favorites   0 Comments

Color spaces of #ef358d

RGB 23953141
HSL0.920.850.57
HSV332°78°94°
CMYK 0.000.780.41   0.06
XYZ41.677422.820027.4074
Yxy22.82000.45350.2483
Hunter Lab47.770372.1351-0.5774
CIE-Lab54.886474.3154-4.0614

#ef358d color RGB value is (239,53,141).

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

The process color (four color CMYK) of #ef358d color hex is 0.00, 0.78, 0.41, 0.06. Web safe color of #ef358d is #ff3399. Color #ef358d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 10001101
Octal 357 65 215
Decimal 239 53 141
Hex EF 35 8D

RGB Percentages of Color #ef358d

%55.20
%12.24
%32.56

CMYK Percentages of Color #ef358d

%0
%78
%41
%6

Triadic Colors of #ef358d

#ef358d #8def35 #358def

Analogous Colors of #ef358d

#ef358d #ef3a35 #ef35ea

Monochromatic Colors of #ef358d

#ef358d

Complementary Color

#ef358d #35ef97

#ef358d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef358d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef358d Color CSS Codes

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

#ef358d Text Font Color

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

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


#ef358d Background Color

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

This div background color is #ef358d


#ef358d Border Color

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

This div border color is #ef358d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef358d


Comments

No comments written yet.

Please login to write comment.