Color Hex Logo

#ef0bd4 Color Hex

#EF0BD4
(239,11,212)
0 Favorites   0 Comments

Color spaces of #ef0bd4

RGB 23911212
HSL0.850.910.49
HSV307°95°94°
CMYK 0.000.950.11   0.06
XYZ47.599923.343564.2843
Yxy23.34350.35200.1726
Hunter Lab48.315191.3062-45.0660
CIE-Lab55.424489.1990-44.6363

#ef0bd4 color RGB value is (239,11,212).

#ef0bd4 hex color red value is 239, green value is 11 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ef0bd4 hue: 0.85 , saturation: 0.91 and the lightness value of ef0bd4 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001011 11010100
Octal 357 13 324
Decimal 239 11 212
Hex EF B D4

RGB Percentages of Color #ef0bd4

%51.73
%2.38
%45.89

CMYK Percentages of Color #ef0bd4

%0
%95
%11
%6

Triadic Colors of #ef0bd4

#ef0bd4 #d4ef0b #0bd4ef

Analogous Colors of #ef0bd4

#ef0bd4 #ef0b62 #980bef

Monochromatic Colors of #ef0bd4

#ef0bd4

Complementary Color

#ef0bd4 #0bef26

#ef0bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0bd4 Color CSS Codes

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

#ef0bd4 Text Font Color

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

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


#ef0bd4 Background Color

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

This div background color is #ef0bd4


#ef0bd4 Border Color

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

This div border color is #ef0bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0bd4


Comments

No comments written yet.

Please login to write comment.