Color Hex Logo

#ef5bda Color Hex

#EF5BDA
(239,91,218)
0 Favorites   0 Comments

Color spaces of #ef5bda

RGB 23991218
HSL0.860.820.65
HSV309°62°94°
CMYK 0.000.620.09   0.06
XYZ51.992630.894869.5527
Yxy30.89480.34110.2027
Hunter Lab55.583169.6991-35.2831
CIE-Lab62.418770.9076-37.0408

#ef5bda color RGB value is (239,91,218).

#ef5bda hex color red value is 239, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef5bda hue: 0.86 , saturation: 0.82 and the lightness value of ef5bda is 0.65.

The process color (four color CMYK) of #ef5bda color hex is 0.00, 0.62, 0.09, 0.06. Web safe color of #ef5bda is #ff66cc. Color #ef5bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011011 11011010
Octal 357 133 332
Decimal 239 91 218
Hex EF 5B DA

RGB Percentages of Color #ef5bda

%43.61
%16.61
%39.78

CMYK Percentages of Color #ef5bda

%0
%62
%9
%6

Triadic Colors of #ef5bda

#ef5bda #daef5b #5bdaef

Analogous Colors of #ef5bda

#ef5bda #ef5b90 #ba5bef

Monochromatic Colors of #ef5bda

#ef5bda

Complementary Color

#ef5bda #5bef70

#ef5bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5bda Color CSS Codes

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

#ef5bda Text Font Color

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

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


#ef5bda Background Color

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

This div background color is #ef5bda


#ef5bda Border Color

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

This div border color is #ef5bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5bda


Comments

No comments written yet.

Please login to write comment.