Color Hex Logo

#ec0cbf Color Hex

#EC0CBF
(236,12,191)
0 Favorites   0 Comments

Color spaces of #ec0cbf

RGB 23612191
HSL0.870.900.49
HSV312°95°93°
CMYK 0.000.950.19   0.07
XYZ44.127521.857451.1833
Yxy21.85740.37660.1865
Hunter Lab46.751986.6642-32.1835
CIE-Lab53.875485.9759-35.0332

#ec0cbf color RGB value is (236,12,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001100 10111111
Octal 354 14 277
Decimal 236 12 191
Hex EC C BF

RGB Percentages of Color #ec0cbf

%53.76
%2.73
%43.51

CMYK Percentages of Color #ec0cbf

%0
%95
%19
%7

Triadic Colors of #ec0cbf

#ec0cbf #bfec0c #0cbfec

Analogous Colors of #ec0cbf

#ec0cbf #ec0c4f #a90cec

Monochromatic Colors of #ec0cbf

#ec0cbf

Complementary Color

#ec0cbf #0cec39

#ec0cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0cbf Color CSS Codes

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

#ec0cbf Text Font Color

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

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


#ec0cbf Background Color

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

This div background color is #ec0cbf


#ec0cbf Border Color

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

This div border color is #ec0cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0cbf


Comments

No comments written yet.

Please login to write comment.