Color Hex Logo

#dd07ff Color Hex

#DD07FF
(221,7,255)
0 Favorites   0 Comments

Color spaces of #dd07ff

RGB 2217255
HSL0.811.000.51
HSV292°97°100°
CMYK 0.130.970.00   0.00
XYZ47.944822.744196.4708
Yxy22.74410.28680.1361
Hunter Lab47.690895.9919-86.5506
CIE-Lab54.807892.8136-70.0093

#dd07ff color RGB value is (221,7,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 11111111
Octal 335 7 377
Decimal 221 7 255
Hex DD 7 FF

RGB Percentages of Color #dd07ff

%45.76
%1.45
%52.80

CMYK Percentages of Color #dd07ff

%13
%97
%0
%0

Triadic Colors of #dd07ff

#dd07ff #ffdd07 #07ffdd

Analogous Colors of #dd07ff

#dd07ff #ff07a5 #6107ff

Monochromatic Colors of #dd07ff

#dd07ff

Complementary Color

#dd07ff #29ff07

#dd07ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd07ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd07ff Color CSS Codes

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

#dd07ff Text Font Color

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

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


#dd07ff Background Color

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

This div background color is #dd07ff


#dd07ff Border Color

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

This div border color is #dd07ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd07ff

Related Colors


Comments

No comments written yet.

Please login to write comment.