Color Hex Logo

#ef348d Color Hex

#EF348D
(239,52,141)
0 Favorites   0 Comments

Color spaces of #ef348d

RGB 23952141
HSL0.920.850.57
HSV331°78°94°
CMYK 0.000.780.41   0.06
XYZ41.632322.729827.3923
Yxy22.72980.45370.2477
Hunter Lab47.675872.4404-0.6922
CIE-Lab54.792974.5815-4.1995

#ef348d color RGB value is (239,52,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 10001101
Octal 357 64 215
Decimal 239 52 141
Hex EF 34 8D

RGB Percentages of Color #ef348d

%55.32
%12.04
%32.64

CMYK Percentages of Color #ef348d

%0
%78
%41
%6

Triadic Colors of #ef348d

#ef348d #8def34 #348def

Analogous Colors of #ef348d

#ef348d #ef3934 #ef34eb

Monochromatic Colors of #ef348d

#ef348d

Complementary Color

#ef348d #34ef96

#ef348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef348d Color CSS Codes

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

#ef348d Text Font Color

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

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


#ef348d Background Color

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

This div background color is #ef348d


#ef348d Border Color

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

This div border color is #ef348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef348d


Comments

No comments written yet.

Please login to write comment.