Color Hex Logo

#dd53ba Color Hex

#DD53BA
(221,83,186)
0 Favorites   0 Comments

Color spaces of #dd53ba

RGB 22183186
HSL0.880.670.60
HSV315°62°87°
CMYK 0.000.620.16   0.13
XYZ41.775025.103849.0981
Yxy25.10380.36020.2165
Hunter Lab50.103761.1466-23.0275
CIE-Lab57.176464.7411-27.2006

#dd53ba color RGB value is (221,83,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010011 10111010
Octal 335 123 272
Decimal 221 83 186
Hex DD 53 BA

RGB Percentages of Color #dd53ba

%45.10
%16.94
%37.96

CMYK Percentages of Color #dd53ba

%0
%62
%16
%13

Triadic Colors of #dd53ba

#dd53ba #badd53 #53badd

Analogous Colors of #dd53ba

#dd53ba #dd5375 #bb53dd

Monochromatic Colors of #dd53ba

#dd53ba

Complementary Color

#dd53ba #53dd76

#dd53ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd53ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd53ba Color CSS Codes

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

#dd53ba Text Font Color

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

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


#dd53ba Background Color

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

This div background color is #dd53ba


#dd53ba Border Color

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

This div border color is #dd53ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd53ba


Comments

No comments written yet.

Please login to write comment.