Color Hex Logo

#dd52ba Color Hex

#DD52BA
(221,82,186)
0 Favorites   0 Comments

Color spaces of #dd52ba

RGB 22182186
HSL0.880.670.59
HSV315°63°87°
CMYK 0.000.630.16   0.13
XYZ41.699024.951949.0728
Yxy24.95190.36030.2156
Hunter Lab49.951961.5931-23.2803
CIE-Lab57.028565.1479-27.4293

#dd52ba color RGB value is (221,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 10111010
Octal 335 122 272
Decimal 221 82 186
Hex DD 52 BA

RGB Percentages of Color #dd52ba

%45.19
%16.77
%38.04

CMYK Percentages of Color #dd52ba

%0
%63
%16
%13

Triadic Colors of #dd52ba

#dd52ba #badd52 #52badd

Analogous Colors of #dd52ba

#dd52ba #dd5275 #bb52dd

Monochromatic Colors of #dd52ba

#dd52ba

Complementary Color

#dd52ba #52dd75

#dd52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd52ba Color CSS Codes

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

#dd52ba Text Font Color

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

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


#dd52ba Background Color

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

This div background color is #dd52ba


#dd52ba Border Color

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

This div border color is #dd52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd52ba


Comments

No comments written yet.

Please login to write comment.