Color Hex Logo

#ef3dde Color Hex

#EF3DDE
(239,61,222)
0 Favorites   0 Comments

Color spaces of #ef3dde

RGB 23961222
HSL0.850.850.59
HSV306°74°94°
CMYK 0.000.740.07   0.06
XYZ50.450226.962171.6524
Yxy26.96210.33840.1809
Hunter Lab51.925082.5612-45.4679
CIE-Lab58.939281.8212-44.7561

#ef3dde color RGB value is (239,61,222).

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

The process color (four color CMYK) of #ef3dde color hex is 0.00, 0.74, 0.07, 0.06. Web safe color of #ef3dde is #ff33cc. Color #ef3dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111101 11011110
Octal 357 75 336
Decimal 239 61 222
Hex EF 3D DE

RGB Percentages of Color #ef3dde

%45.79
%11.69
%42.53

CMYK Percentages of Color #ef3dde

%0
%74
%7
%6

Triadic Colors of #ef3dde

#ef3dde #deef3d #3ddeef

Analogous Colors of #ef3dde

#ef3dde #ef3d85 #a73def

Monochromatic Colors of #ef3dde

#ef3dde

Complementary Color

#ef3dde #3def4e

#ef3dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3dde Color CSS Codes

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

#ef3dde Text Font Color

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

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


#ef3dde Background Color

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

This div background color is #ef3dde


#ef3dde Border Color

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

This div border color is #ef3dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3dde


Comments

No comments written yet.

Please login to write comment.