Color Hex Logo

#dd33ff Color Hex

#DD33FF
(221,51,255)
0 Favorites   0 Comments

Color spaces of #dd33ff

RGB 22151255
HSL0.811.000.60
HSV290°80°100°
CMYK 0.130.800.00   0.00
XYZ49.052624.959896.8401
Yxy24.95980.28710.1461
Hunter Lab49.959887.8291-79.9536
CIE-Lab57.036286.2504-66.4120

#dd33ff color RGB value is (221,51,255).

#dd33ff hex color red value is 221, green value is 51 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd33ff hue: 0.81 , saturation: 1.00 and the lightness value of dd33ff is 0.60.

The process color (four color CMYK) of #dd33ff color hex is 0.13, 0.80, 0.00, 0.00. Web safe color of #dd33ff is #cc33ff. Color #dd33ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 11111111
Octal 335 63 377
Decimal 221 51 255
Hex DD 33 FF

RGB Percentages of Color #dd33ff

%41.94
%9.68
%48.39

CMYK Percentages of Color #dd33ff

%13
%80
%0
%0

Triadic Colors of #dd33ff

#dd33ff #ffdd33 #33ffdd

Analogous Colors of #dd33ff

#dd33ff #ff33bb #7733ff

Monochromatic Colors of #dd33ff

#dd33ff

Complementary Color

#dd33ff #55ff33

#dd33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd33ff Color CSS Codes

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

#dd33ff Text Font Color

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

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


#dd33ff Background Color

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

This div background color is #dd33ff


#dd33ff Border Color

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

This div border color is #dd33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd33ff

#dd33ff Color Palettes


Comments

No comments written yet.

Please login to write comment.