Color Hex Logo

#ef5cde Color Hex

#EF5CDE
(239,92,222)
0 Favorites   0 Comments

Color spaces of #ef5cde

RGB 23992222
HSL0.850.820.65
HSV307°62°94°
CMYK 0.000.620.07   0.06
XYZ52.608631.278972.3719
Yxy31.27890.33670.2002
Hunter Lab55.927570.0340-37.5737
CIE-Lab62.742471.1212-38.7793

#ef5cde color RGB value is (239,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011100 11011110
Octal 357 134 336
Decimal 239 92 222
Hex EF 5C DE

RGB Percentages of Color #ef5cde

%43.22
%16.64
%40.14

CMYK Percentages of Color #ef5cde

%0
%62
%7
%6

Triadic Colors of #ef5cde

#ef5cde #deef5c #5cdeef

Analogous Colors of #ef5cde

#ef5cde #ef5c95 #b75cef

Monochromatic Colors of #ef5cde

#ef5cde

Complementary Color

#ef5cde #5cef6d

#ef5cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5cde Color CSS Codes

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

#ef5cde Text Font Color

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

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


#ef5cde Background Color

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

This div background color is #ef5cde


#ef5cde Border Color

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

This div border color is #ef5cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5cde


Comments

No comments written yet.

Please login to write comment.