Color Hex Logo

#dd48ca Color Hex

#DD48CA
(221,72,202)
0 Favorites   0 Comments

Color spaces of #dd48ca

RGB 22172202
HSL0.850.690.57
HSV308°67°87°
CMYK 0.000.670.09   0.13
XYZ42.796824.271158.3063
Yxy24.27110.34140.1936
Hunter Lab49.265768.8468-35.6841
CIE-Lab56.358271.3425-37.6554

#dd48ca color RGB value is (221,72,202).

#dd48ca hex color red value is 221, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dd48ca hue: 0.85 , saturation: 0.69 and the lightness value of dd48ca is 0.57.

The process color (four color CMYK) of #dd48ca color hex is 0.00, 0.67, 0.09, 0.13. Web safe color of #dd48ca is #cc33cc. Color #dd48ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 11001010
Octal 335 110 312
Decimal 221 72 202
Hex DD 48 CA

RGB Percentages of Color #dd48ca

%44.65
%14.55
%40.81

CMYK Percentages of Color #dd48ca

%0
%67
%9
%13

Triadic Colors of #dd48ca

#dd48ca #cadd48 #48cadd

Analogous Colors of #dd48ca

#dd48ca #dd4880 #a648dd

Monochromatic Colors of #dd48ca

#dd48ca

Complementary Color

#dd48ca #48dd5b

#dd48ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd48ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd48ca Color CSS Codes

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

#dd48ca Text Font Color

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

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


#dd48ca Background Color

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

This div background color is #dd48ca


#dd48ca Border Color

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

This div border color is #dd48ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd48ca


Comments

No comments written yet.

Please login to write comment.