color codes Logo

#ee33db color codes

#EE33DB
(238,51,219)
0 Favorites   0 Comments

Color spaces of #ee33db

RGB 23851219
HSL0.850.850.57
HSV306°79°93°
CMYK 0.000.790.08   0.07
XYZ49.229925.659369.3759
Yxy25.65930.34120.1779
Hunter Lab50.655084.8319-45.7437
CIE-Lab57.712283.8192-45.0094

#ee33db color RGB value is (238,51,219).

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

The process color (four color CMYK) of #ee33db color code is 0.00, 0.79, 0.08, 0.07. Web safe color of #ee33db is #ff33cc. Color #ee33db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110011 11011011
Octal 356 63 333
Decimal 238 51 219
Hex EE 33 DB

RGB Percentages of Color #ee33db

%46.85
%10.04
%43.11

CMYK Percentages of Color #ee33db

%0
%79
%8
%7

Triadic Colors of #ee33db

#ee33db #dbee33 #33dbee

Analogous Colors of #ee33db

#ee33db #ee337e #a433ee

Monochromatic Colors of #ee33db

#ee33db

Complementary Color

#ee33db #33ee46

#ee33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee33db Color CSS Codes

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

#ee33db Text Font Color

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

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


#ee33db Background Color

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

This div background color is #ee33db


#ee33db Border Color

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

This div border color is #ee33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee33db


Comments

No comments written yet.

Please login to write comment.