color codes Logo

#ef0cbb color codes

#EF0CBB
(239,12,187)
0 Favorites   0 Comments

Color spaces of #ef0cbb

RGB 23912187
HSL0.870.900.49
HSV314°95°94°
CMYK 0.000.950.22   0.06
XYZ44.697722.201548.9432
Yxy22.20150.38580.1917
Hunter Lab47.118586.8720-28.6032
CIE-Lab54.240186.0640-32.1017

#ef0cbb color RGB value is (239,12,187).

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

The process color (four color CMYK) of #ef0cbb color code is 0.00, 0.95, 0.22, 0.06. Web safe color of #ef0cbb is #ff00cc. Color #ef0cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001100 10111011
Octal 357 14 273
Decimal 239 12 187
Hex EF C BB

RGB Percentages of Color #ef0cbb

%54.57
%2.74
%42.69

CMYK Percentages of Color #ef0cbb

%0
%95
%22
%6

Triadic Colors of #ef0cbb

#ef0cbb #bbef0c #0cbbef

Analogous Colors of #ef0cbb

#ef0cbb #ef0c4a #b20cef

Monochromatic Colors of #ef0cbb

#ef0cbb

Complementary Color

#ef0cbb #0cef40

#ef0cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0cbb Color CSS Codes

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

#ef0cbb Text Font Color

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

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


#ef0cbb Background Color

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

This div background color is #ef0cbb


#ef0cbb Border Color

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

This div border color is #ef0cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,12,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0cbb


Comments

No comments written yet.

Please login to write comment.