Color Hex Logo

#dd02ff Color Hex

#DD02FF
(221,2,255)
0 Favorites   0 Comments

Color spaces of #dd02ff

RGB 2212255
HSL0.811.000.50
HSV292°99°100°
CMYK 0.130.990.00   0.00
XYZ47.890522.635696.4527
Yxy22.63560.28680.1356
Hunter Lab47.576996.4171-86.8949
CIE-Lab54.695093.1494-70.1918

#dd02ff color RGB value is (221,2,255).

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

The process color (four color CMYK) of #dd02ff color hex is 0.13, 0.99, 0.00, 0.00. Web safe color of #dd02ff is #cc00ff. Color #dd02ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000010 11111111
Octal 335 2 377
Decimal 221 2 255
Hex DD 2 FF

RGB Percentages of Color #dd02ff

%46.23
%0.42
%53.35

CMYK Percentages of Color #dd02ff

%13
%99
%0
%0

Triadic Colors of #dd02ff

#dd02ff #ffdd02 #02ffdd

Analogous Colors of #dd02ff

#dd02ff #ff02a3 #5e02ff

Monochromatic Colors of #dd02ff

#dd02ff

Complementary Color

#dd02ff #24ff02

#dd02ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd02ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd02ff Color CSS Codes

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

#dd02ff Text Font Color

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

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


#dd02ff Background Color

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

This div background color is #dd02ff


#dd02ff Border Color

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

This div border color is #dd02ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd02ff

Related Colors


Comments

No comments written yet.

Please login to write comment.