Color Hex Logo

#ec338b Color Hex

#EC338B
(236,51,139)
0 Favorites   0 Comments

Color spaces of #ec338b

RGB 23651139
HSL0.920.830.56
HSV331°78°93°
CMYK 0.000.780.41   0.07
XYZ40.436122.064626.5538
Yxy22.06460.45410.2478
Hunter Lab46.973071.4568-0.6355
CIE-Lab54.095573.9155-4.1003

#ec338b color RGB value is (236,51,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 10001011
Octal 354 63 213
Decimal 236 51 139
Hex EC 33 8B

RGB Percentages of Color #ec338b

%55.40
%11.97
%32.63

CMYK Percentages of Color #ec338b

%0
%78
%41
%7

Triadic Colors of #ec338b

#ec338b #8bec33 #338bec

Analogous Colors of #ec338b

#ec338b #ec3833 #ec33e8

Monochromatic Colors of #ec338b

#ec338b

Complementary Color

#ec338b #33ec94

#ec338b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec338b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec338b Color CSS Codes

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

#ec338b Text Font Color

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

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


#ec338b Background Color

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

This div background color is #ec338b


#ec338b Border Color

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

This div border color is #ec338b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec338b


Comments

No comments written yet.

Please login to write comment.