Color Hex Logo

#ec325b Color Hex

#EC325B
(236,50,91)
3 Favorites   0 Comments

Color spaces of #ec325b

RGB 2365091
HSL0.960.830.56
HSV347°79°93°
CMYK 0.000.790.61   0.07
XYZ37.621020.869411.9429
Yxy20.86940.53410.2963
Hunter Lab45.683067.053416.4780
CIE-Lab52.806370.535022.8945

#ec325b color RGB value is (236,50,91).

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

The process color (four color CMYK) of #ec325b color hex is 0.00, 0.79, 0.61, 0.07. Web safe color of #ec325b is #ff3366. Color #ec325b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110010 01011011
Octal 354 62 133
Decimal 236 50 91
Hex EC 32 5B

RGB Percentages of Color #ec325b

%62.60
%13.26
%24.14

CMYK Percentages of Color #ec325b

%0
%79
%61
%7

Triadic Colors of #ec325b

#ec325b #5bec32 #325bec

Analogous Colors of #ec325b

#ec325b #ec6632 #ec32b8

Monochromatic Colors of #ec325b

#ec325b

Complementary Color

#ec325b #32ecc3

#ec325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec325b Color CSS Codes

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

#ec325b Text Font Color

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

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


#ec325b Background Color

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

This div background color is #ec325b


#ec325b Border Color

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

This div border color is #ec325b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,50,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec325b


Comments

No comments written yet.

Please login to write comment.