Color Hex Logo

#ef0dbf Color Hex

#EF0DBF
(239,13,191)
0 Favorites   0 Comments

Color spaces of #ef0dbf

RGB 23913191
HSL0.870.900.49
HSV313°95°94°
CMYK 0.000.950.20   0.06
XYZ45.144522.400251.2345
Yxy22.40020.38010.1886
Hunter Lab47.328887.4363-31.0525
CIE-Lab54.449186.4547-34.0959

#ef0dbf color RGB value is (239,13,191).

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

The process color (four color CMYK) of #ef0dbf color hex is 0.00, 0.95, 0.20, 0.06. Web safe color of #ef0dbf is #ff00cc. Color #ef0dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001101 10111111
Octal 357 15 277
Decimal 239 13 191
Hex EF D BF

RGB Percentages of Color #ef0dbf

%53.95
%2.93
%43.12

CMYK Percentages of Color #ef0dbf

%0
%95
%20
%6

Triadic Colors of #ef0dbf

#ef0dbf #bfef0d #0dbfef

Analogous Colors of #ef0dbf

#ef0dbf #ef0d4e #ae0def

Monochromatic Colors of #ef0dbf

#ef0dbf

Complementary Color

#ef0dbf #0def3d

#ef0dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0dbf Color CSS Codes

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

#ef0dbf Text Font Color

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

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


#ef0dbf Background Color

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

This div background color is #ef0dbf


#ef0dbf Border Color

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

This div border color is #ef0dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0dbf


Comments

No comments written yet.

Please login to write comment.