Color Hex Logo

#ec348d Color Hex

#EC348D
(236,52,141)
0 Favorites   0 Comments

Color spaces of #ec348d

RGB 23652141
HSL0.920.830.56
HSV331°78°93°
CMYK 0.000.780.40   0.07
XYZ40.627822.211927.3453
Yxy22.21190.45050.2463
Hunter Lab47.129571.3986-1.4104
CIE-Lab54.251173.8380-5.0614

#ec348d color RGB value is (236,52,141).

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

The process color (four color CMYK) of #ec348d color hex is 0.00, 0.78, 0.40, 0.07. Web safe color of #ec348d is #ff3399. Color #ec348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 10001101
Octal 354 64 215
Decimal 236 52 141
Hex EC 34 8D

RGB Percentages of Color #ec348d

%55.01
%12.12
%32.87

CMYK Percentages of Color #ec348d

%0
%78
%40
%7

Triadic Colors of #ec348d

#ec348d #8dec34 #348dec

Analogous Colors of #ec348d

#ec348d #ec3734 #ec34e9

Monochromatic Colors of #ec348d

#ec348d

Complementary Color

#ec348d #34ec93

#ec348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec348d Color CSS Codes

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

#ec348d Text Font Color

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

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


#ec348d Background Color

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

This div background color is #ec348d


#ec348d Border Color

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

This div border color is #ec348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec348d


Comments

No comments written yet.

Please login to write comment.