Color Hex Logo

#ec3271 Color Hex

#EC3271
(236,50,113)
0 Favorites   0 Comments

Color spaces of #ec3271

RGB 23650113
HSL0.940.830.56
HSV340°79°93°
CMYK 0.000.790.52   0.07
XYZ38.713321.306317.6949
Yxy21.30630.49810.2742
Hunter Lab46.158768.93009.5824
CIE-Lab53.283171.998810.3114

#ec3271 color RGB value is (236,50,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110010 01110001
Octal 354 62 161
Decimal 236 50 113
Hex EC 32 71

RGB Percentages of Color #ec3271

%59.15
%12.53
%28.32

CMYK Percentages of Color #ec3271

%0
%79
%52
%7

Triadic Colors of #ec3271

#ec3271 #71ec32 #3271ec

Analogous Colors of #ec3271

#ec3271 #ec5032 #ec32ce

Monochromatic Colors of #ec3271

#ec3271

Complementary Color

#ec3271 #32ecad

#ec3271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3271 Color CSS Codes

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

#ec3271 Text Font Color

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

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


#ec3271 Background Color

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

This div background color is #ec3271


#ec3271 Border Color

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

This div border color is #ec3271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3271


Comments

No comments written yet.

Please login to write comment.