Color Hex Logo

#ec127b Color Hex

#EC127B
(236,18,123)
0 Favorites   0 Comments

Color spaces of #ec127b

RGB 23618123
HSL0.920.860.50
HSV331°92°93°
CMYK 0.000.920.48   0.07
XYZ38.383519.695520.5175
Yxy19.69550.48840.2506
Hunter Lab44.379676.71863.6549
CIE-Lab51.491278.66711.7025

#ec127b color RGB value is (236,18,123).

#ec127b hex color red value is 236, green value is 18 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ec127b hue: 0.92 , saturation: 0.86 and the lightness value of ec127b is 0.50.

The process color (four color CMYK) of #ec127b color hex is 0.00, 0.92, 0.48, 0.07. Web safe color of #ec127b is #ff0066. Color #ec127b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010010 01111011
Octal 354 22 173
Decimal 236 18 123
Hex EC 12 7B

RGB Percentages of Color #ec127b

%62.60
%4.77
%32.63

CMYK Percentages of Color #ec127b

%0
%92
%48
%7

Triadic Colors of #ec127b

#ec127b #7bec12 #127bec

Analogous Colors of #ec127b

#ec127b #ec1612 #ec12e8

Monochromatic Colors of #ec127b

#ec127b

Complementary Color

#ec127b #12ec83

#ec127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec127b Color CSS Codes

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

#ec127b Text Font Color

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

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


#ec127b Background Color

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

This div background color is #ec127b


#ec127b Border Color

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

This div border color is #ec127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec127b


Comments

No comments written yet.

Please login to write comment.