Color Hex Logo

#ec1cbe Color Hex

#EC1CBE
(236,28,190)
0 Favorites   0 Comments

Color spaces of #ec1cbe

RGB 23628190
HSL0.870.850.52
HSV313°88°93°
CMYK 0.000.880.19   0.07
XYZ44.301622.381150.7002
Yxy22.38110.37740.1907
Hunter Lab47.308784.3639-30.4244
CIE-Lab54.429084.0978-33.5878

#ec1cbe color RGB value is (236,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011100 10111110
Octal 354 34 276
Decimal 236 28 190
Hex EC 1C BE

RGB Percentages of Color #ec1cbe

%51.98
%6.17
%41.85

CMYK Percentages of Color #ec1cbe

%0
%88
%19
%7

Triadic Colors of #ec1cbe

#ec1cbe #beec1c #1cbeec

Analogous Colors of #ec1cbe

#ec1cbe #ec1c56 #b21cec

Monochromatic Colors of #ec1cbe

#ec1cbe

Complementary Color

#ec1cbe #1cec4a

#ec1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1cbe Color CSS Codes

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

#ec1cbe Text Font Color

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

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


#ec1cbe Background Color

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

This div background color is #ec1cbe


#ec1cbe Border Color

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

This div border color is #ec1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1cbe


Comments

No comments written yet.

Please login to write comment.