Color Hex Logo

#ec17ba Color Hex

#EC17BA
(236,23,186)
0 Favorites   0 Comments

Color spaces of #ec17ba

RGB 23623186
HSL0.870.850.51
HSV314°90°93°
CMYK 0.000.900.21   0.07
XYZ43.761421.990848.3925
Yxy21.99080.38340.1927
Hunter Lab46.894384.5095-28.3581
CIE-Lab54.017284.2907-31.9092

#ec17ba color RGB value is (236,23,186).

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

The process color (four color CMYK) of #ec17ba color hex is 0.00, 0.90, 0.21, 0.07. Web safe color of #ec17ba is #ff00cc. Color #ec17ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010111 10111010
Octal 354 27 272
Decimal 236 23 186
Hex EC 17 BA

RGB Percentages of Color #ec17ba

%53.03
%5.17
%41.80

CMYK Percentages of Color #ec17ba

%0
%90
%21
%7

Triadic Colors of #ec17ba

#ec17ba #baec17 #17baec

Analogous Colors of #ec17ba

#ec17ba #ec174f #b417ec

Monochromatic Colors of #ec17ba

#ec17ba

Complementary Color

#ec17ba #17ec49

#ec17ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec17ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec17ba Color CSS Codes

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

#ec17ba Text Font Color

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

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


#ec17ba Background Color

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

This div background color is #ec17ba


#ec17ba Border Color

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

This div border color is #ec17ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec17ba


Comments

No comments written yet.

Please login to write comment.