Color Hex Logo

#ec31bf Color Hex

#EC31BF
(236,49,191)
0 Favorites   0 Comments

Color spaces of #ec31bf

RGB 23649191
HSL0.870.830.56
HSV314°79°93°
CMYK 0.000.790.19   0.07
XYZ45.094423.791151.5056
Yxy23.79110.37460.1976
Hunter Lab48.776179.6682-28.4645
CIE-Lab55.878080.1511-31.9061

#ec31bf color RGB value is (236,49,191).

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

The process color (four color CMYK) of #ec31bf color hex is 0.00, 0.79, 0.19, 0.07. Web safe color of #ec31bf is #ff33cc. Color #ec31bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 10111111
Octal 354 61 277
Decimal 236 49 191
Hex EC 31 BF

RGB Percentages of Color #ec31bf

%49.58
%10.29
%40.13

CMYK Percentages of Color #ec31bf

%0
%79
%19
%7

Triadic Colors of #ec31bf

#ec31bf #bfec31 #31bfec

Analogous Colors of #ec31bf

#ec31bf #ec3161 #bc31ec

Monochromatic Colors of #ec31bf

#ec31bf

Complementary Color

#ec31bf #31ec5e

#ec31bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec31bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec31bf Color CSS Codes

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

#ec31bf Text Font Color

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

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


#ec31bf Background Color

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

This div background color is #ec31bf


#ec31bf Border Color

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

This div border color is #ec31bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec31bf


Comments

No comments written yet.

Please login to write comment.