Color Hex Logo

#ec13bf Color Hex

#EC13BF
(236,19,191)
0 Favorites   0 Comments

Color spaces of #ec13bf

RGB 23619191
HSL0.870.850.50
HSV312°92°93°
CMYK 0.000.920.19   0.07
XYZ44.228922.060251.2171
Yxy22.06020.37640.1877
Hunter Lab46.968385.8946-31.7757
CIE-Lab54.090885.3435-34.6960

#ec13bf color RGB value is (236,19,191).

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

The process color (four color CMYK) of #ec13bf color hex is 0.00, 0.92, 0.19, 0.07. Web safe color of #ec13bf is #ff00cc. Color #ec13bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 10111111
Octal 354 23 277
Decimal 236 19 191
Hex EC 13 BF

RGB Percentages of Color #ec13bf

%52.91
%4.26
%42.83

CMYK Percentages of Color #ec13bf

%0
%92
%19
%7

Triadic Colors of #ec13bf

#ec13bf #bfec13 #13bfec

Analogous Colors of #ec13bf

#ec13bf #ec1352 #ad13ec

Monochromatic Colors of #ec13bf

#ec13bf

Complementary Color

#ec13bf #13ec40

#ec13bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec13bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec13bf Color CSS Codes

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

#ec13bf Text Font Color

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

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


#ec13bf Background Color

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

This div background color is #ec13bf


#ec13bf Border Color

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

This div border color is #ec13bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,19,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 #ec13bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec13bf


Comments

No comments written yet.

Please login to write comment.