Color Hex Logo

#ec338a Color Hex

#EC338A
(236,51,138)
0 Favorites   0 Comments

Color spaces of #ec338a

RGB 23651138
HSL0.920.830.56
HSV332°78°93°
CMYK 0.000.780.42   0.07
XYZ40.363322.035526.1706
Yxy22.03550.45570.2488
Hunter Lab46.942071.3356-0.1953
CIE-Lab54.064773.8226-3.5495

#ec338a color RGB value is (236,51,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 10001010
Octal 354 63 212
Decimal 236 51 138
Hex EC 33 8A

RGB Percentages of Color #ec338a

%55.53
%12.00
%32.47

CMYK Percentages of Color #ec338a

%0
%78
%42
%7

Triadic Colors of #ec338a

#ec338a #8aec33 #338aec

Analogous Colors of #ec338a

#ec338a #ec3933 #ec33e7

Monochromatic Colors of #ec338a

#ec338a

Complementary Color

#ec338a #33ec95

#ec338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec338a Color CSS Codes

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

#ec338a Text Font Color

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

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


#ec338a Background Color

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

This div background color is #ec338a


#ec338a Border Color

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

This div border color is #ec338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec338a


Comments

No comments written yet.

Please login to write comment.