Color Hex Logo

#dd33ee Color Hex

#DD33EE
(221,51,238)
0 Favorites   0 Comments

Color spaces of #dd33ee

RGB 22151238
HSL0.820.850.57
HSV295°79°93°
CMYK 0.070.790.00   0.07
XYZ46.435223.912983.0572
Yxy23.91290.30270.1559
Hunter Lab48.900883.9235-66.4725
CIE-Lab56.000583.4506-58.6021

#dd33ee color RGB value is (221,51,238).

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

The process color (four color CMYK) of #dd33ee color hex is 0.07, 0.79, 0.00, 0.07. Web safe color of #dd33ee is #cc33ff. Color #dd33ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 11101110
Octal 335 63 356
Decimal 221 51 238
Hex DD 33 EE

RGB Percentages of Color #dd33ee

%43.33
%10.00
%46.67

CMYK Percentages of Color #dd33ee

%7
%79
%0
%7

Triadic Colors of #dd33ee

#dd33ee #eedd33 #33eedd

Analogous Colors of #dd33ee

#dd33ee #ee33a2 #8033ee

Monochromatic Colors of #dd33ee

#dd33ee

Complementary Color

#dd33ee #44ee33

#dd33ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd33ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd33ee Color CSS Codes

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

#dd33ee Text Font Color

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

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


#dd33ee Background Color

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

This div background color is #dd33ee


#dd33ee Border Color

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

This div border color is #dd33ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd33ee


Comments

No comments written yet.

Please login to write comment.