Color Hex Logo

#dd48ff Color Hex

#DD48FF
(221,72,255)
0 Favorites   0 Comments

Color spaces of #dd48ff

RGB 22172255
HSL0.801.000.64
HSV289°72°100°
CMYK 0.130.720.00   0.00
XYZ50.186227.226997.2180
Yxy27.22690.28740.1559
Hunter Lab52.179480.3675-73.9405
CIE-Lab59.183880.0598-62.9592

#dd48ff color RGB value is (221,72,255).

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

The process color (four color CMYK) of #dd48ff color hex is 0.13, 0.72, 0.00, 0.00. Web safe color of #dd48ff is #cc33ff. Color #dd48ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 11111111
Octal 335 110 377
Decimal 221 72 255
Hex DD 48 FF

RGB Percentages of Color #dd48ff

%40.33
%13.14
%46.53

CMYK Percentages of Color #dd48ff

%13
%72
%0
%0

Triadic Colors of #dd48ff

#dd48ff #ffdd48 #48ffdd

Analogous Colors of #dd48ff

#dd48ff #ff48c6 #8248ff

Monochromatic Colors of #dd48ff

#dd48ff

Complementary Color

#dd48ff #6aff48

#dd48ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd48ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd48ff Color CSS Codes

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

#dd48ff Text Font Color

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

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


#dd48ff Background Color

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

This div background color is #dd48ff


#dd48ff Border Color

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

This div border color is #dd48ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd48ff

Related Colors


Comments

No comments written yet.

Please login to write comment.