Color Hex Logo

#dd7cff Color Hex

#DD7CFF
(221,124,255)
0 Favorites   0 Comments

Color spaces of #dd7cff

RGB 221124255
HSL0.791.000.74
HSV284°51°100°
CMYK 0.130.510.00   0.00
XYZ55.076437.007598.8480
Yxy37.00750.28850.1938
Hunter Lab60.833855.1474-53.7559
CIE-Lab67.282757.8723-50.0659

#dd7cff color RGB value is (221,124,255).

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

The process color (four color CMYK) of #dd7cff color hex is 0.13, 0.51, 0.00, 0.00. Web safe color of #dd7cff is #cc66ff. Color #dd7cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111100 11111111
Octal 335 174 377
Decimal 221 124 255
Hex DD 7C FF

RGB Percentages of Color #dd7cff

%36.83
%20.67
%42.50

CMYK Percentages of Color #dd7cff

%13
%51
%0
%0

Triadic Colors of #dd7cff

#dd7cff #ffdd7c #7cffdd

Analogous Colors of #dd7cff

#dd7cff #ff7ce0 #9c7cff

Monochromatic Colors of #dd7cff

#dd7cff

Complementary Color

#dd7cff #9eff7c

#dd7cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7cff Color CSS Codes

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

#dd7cff Text Font Color

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

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


#dd7cff Background Color

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

This div background color is #dd7cff


#dd7cff Border Color

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

This div border color is #dd7cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7cff


Comments

No comments written yet.

Please login to write comment.