Color Hex Logo

#ef33dd Color Hex

#EF33DD
(239,51,221)
0 Favorites   0 Comments

Color spaces of #ef33dd

RGB 23951221
HSL0.850.850.57
HSV306°79°94°
CMYK 0.000.790.08   0.06
XYZ49.831625.938870.7869
Yxy25.93880.34000.1770
Hunter Lab50.930185.5220-46.7550
CIE-Lab57.978984.2990-45.7085

#ef33dd color RGB value is (239,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 11011101
Octal 357 63 335
Decimal 239 51 221
Hex EF 33 DD

RGB Percentages of Color #ef33dd

%46.77
%9.98
%43.25

CMYK Percentages of Color #ef33dd

%0
%79
%8
%6

Triadic Colors of #ef33dd

#ef33dd #ddef33 #33ddef

Analogous Colors of #ef33dd

#ef33dd #ef337f #a333ef

Monochromatic Colors of #ef33dd

#ef33dd

Complementary Color

#ef33dd #33ef45

#ef33dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef33dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef33dd Color CSS Codes

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

#ef33dd Text Font Color

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

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


#ef33dd Background Color

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

This div background color is #ef33dd


#ef33dd Border Color

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

This div border color is #ef33dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef33dd


Comments

No comments written yet.

Please login to write comment.