Color Hex Logo

#ef33de Color Hex

#EF33DE
(239,51,222)
0 Favorites   0 Comments

Color spaces of #ef33de

RGB 23951222
HSL0.850.850.57
HSV305°79°94°
CMYK 0.000.790.07   0.06
XYZ49.965225.992371.4908
Yxy25.99230.33890.1763
Hunter Lab50.982685.7181-47.4520
CIE-Lab58.029784.4399-46.1933

#ef33de color RGB value is (239,51,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 11011110
Octal 357 63 336
Decimal 239 51 222
Hex EF 33 DE

RGB Percentages of Color #ef33de

%46.68
%9.96
%43.36

CMYK Percentages of Color #ef33de

%0
%79
%7
%6

Triadic Colors of #ef33de

#ef33de #deef33 #33deef

Analogous Colors of #ef33de

#ef33de #ef3380 #a233ef

Monochromatic Colors of #ef33de

#ef33de

Complementary Color

#ef33de #33ef44

#ef33de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef33de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef33de Color CSS Codes

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

#ef33de Text Font Color

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

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


#ef33de Background Color

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

This div background color is #ef33de


#ef33de Border Color

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

This div border color is #ef33de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef33de


Comments

No comments written yet.

Please login to write comment.