Color Hex Logo

#dd53bb Color Hex

#DD53BB
(221,83,187)
0 Favorites   0 Comments

Color spaces of #dd53bb

RGB 22183187
HSL0.870.670.60
HSV315°62°87°
CMYK 0.000.620.15   0.13
XYZ41.881725.146549.6601
Yxy25.14650.35890.2155
Hunter Lab50.146361.3255-23.6128
CIE-Lab57.217964.8858-27.7121

#dd53bb color RGB value is (221,83,187).

#dd53bb hex color red value is 221, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dd53bb hue: 0.87 , saturation: 0.67 and the lightness value of dd53bb is 0.60.

The process color (four color CMYK) of #dd53bb color hex is 0.00, 0.62, 0.15, 0.13. Web safe color of #dd53bb is #cc66cc. Color #dd53bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 10111011
Octal 335 123 273
Decimal 221 83 187
Hex DD 53 BB

RGB Percentages of Color #dd53bb

%45.01
%16.90
%38.09

CMYK Percentages of Color #dd53bb

%0
%62
%15
%13

Triadic Colors of #dd53bb

#dd53bb #bbdd53 #53bbdd

Analogous Colors of #dd53bb

#dd53bb #dd5376 #ba53dd

Monochromatic Colors of #dd53bb

#dd53bb

Complementary Color

#dd53bb #53dd75

#dd53bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd53bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd53bb Color CSS Codes

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

#dd53bb Text Font Color

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

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


#dd53bb Background Color

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

This div background color is #dd53bb


#dd53bb Border Color

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

This div border color is #dd53bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd53bb


Comments

No comments written yet.

Please login to write comment.