Color Hex Logo

#dd7afc Color Hex

#DD7AFC
(221,122,252)
0 Favorites   0 Comments

Color spaces of #dd7afc

RGB 221122252
HSL0.790.960.73
HSV286°52°99°
CMYK 0.120.520.00   0.01
XYZ54.349036.319596.2413
Yxy36.31950.29080.1943
Hunter Lab60.265755.5106-52.4973
CIE-Lab66.763358.2675-49.2439

#dd7afc color RGB value is (221,122,252).

#dd7afc hex color red value is 221, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dd7afc hue: 0.79 , saturation: 0.96 and the lightness value of dd7afc is 0.73.

The process color (four color CMYK) of #dd7afc color hex is 0.12, 0.52, 0.00, 0.01. Web safe color of #dd7afc is #cc66ff. Color #dd7afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111010 11111100
Octal 335 172 374
Decimal 221 122 252
Hex DD 7A FC

RGB Percentages of Color #dd7afc

%37.14
%20.50
%42.35

CMYK Percentages of Color #dd7afc

%12
%52
%0
%1

Triadic Colors of #dd7afc

#dd7afc #fcdd7a #7afcdd

Analogous Colors of #dd7afc

#dd7afc #fc7ada #9c7afc

Monochromatic Colors of #dd7afc

#dd7afc

Complementary Color

#dd7afc #99fc7a

#dd7afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7afc Color CSS Codes

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

#dd7afc Text Font Color

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

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


#dd7afc Background Color

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

This div background color is #dd7afc


#dd7afc Border Color

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

This div border color is #dd7afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7afc


Comments

No comments written yet.

Please login to write comment.