Color Hex Logo

#dd83ba Color Hex

#DD83BA
(221,131,186)
0 Favorites   0 Comments

Color spaces of #dd83ba

RGB 221131186
HSL0.900.570.69
HSV323°41°87°
CMYK 0.000.410.16   0.13
XYZ46.798035.149950.7725
Yxy35.14990.35260.2648
Hunter Lab59.287437.1447-9.2736
CIE-Lab65.865241.9532-13.9439

#dd83ba color RGB value is (221,131,186).

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

The process color (four color CMYK) of #dd83ba color hex is 0.00, 0.41, 0.16, 0.13. Web safe color of #dd83ba is #cc99cc. Color #dd83ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 10111010
Octal 335 203 272
Decimal 221 131 186
Hex DD 83 BA

RGB Percentages of Color #dd83ba

%41.08
%24.35
%34.57

CMYK Percentages of Color #dd83ba

%0
%41
%16
%13

Triadic Colors of #dd83ba

#dd83ba #badd83 #83badd

Analogous Colors of #dd83ba

#dd83ba #dd838d #d383dd

Monochromatic Colors of #dd83ba

#dd83ba

Complementary Color

#dd83ba #83dda6

#dd83ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd83ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd83ba Color CSS Codes

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

#dd83ba Text Font Color

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

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


#dd83ba Background Color

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

This div background color is #dd83ba


#dd83ba Border Color

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

This div border color is #dd83ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd83ba


Comments

No comments written yet.

Please login to write comment.