Color Hex Logo

#ef5cda Color Hex

#EF5CDA
(239,92,218)
0 Favorites   0 Comments

Color spaces of #ef5cda

RGB 23992218
HSL0.860.820.65
HSV309°62°94°
CMYK 0.000.620.09   0.06
XYZ52.078631.067069.5813
Yxy31.06700.34100.2034
Hunter Lab55.737869.2404-34.9993
CIE-Lab62.564270.5061-36.8137

#ef5cda color RGB value is (239,92,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011100 11011010
Octal 357 134 332
Decimal 239 92 218
Hex EF 5C DA

RGB Percentages of Color #ef5cda

%43.53
%16.76
%39.71

CMYK Percentages of Color #ef5cda

%0
%62
%9
%6

Triadic Colors of #ef5cda

#ef5cda #daef5c #5cdaef

Analogous Colors of #ef5cda

#ef5cda #ef5c91 #bb5cef

Monochromatic Colors of #ef5cda

#ef5cda

Complementary Color

#ef5cda #5cef71

#ef5cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5cda Color CSS Codes

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

#ef5cda Text Font Color

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

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


#ef5cda Background Color

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

This div background color is #ef5cda


#ef5cda Border Color

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

This div border color is #ef5cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5cda


Comments

No comments written yet.

Please login to write comment.