Color Hex Logo

#dd75ba Color Hex

#DD75BA
(221,117,186)
0 Favorites   0 Comments

Color spaces of #dd75ba

RGB 221117186
HSL0.890.600.66
HSV320°47°87°
CMYK 0.000.470.16   0.13
XYZ45.043031.639950.1875
Yxy31.63990.35500.2494
Hunter Lab56.249444.5017-13.5259
CIE-Lab63.044149.1145-18.2099

#dd75ba color RGB value is (221,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 10111010
Octal 335 165 272
Decimal 221 117 186
Hex DD 75 BA

RGB Percentages of Color #dd75ba

%42.18
%22.33
%35.50

CMYK Percentages of Color #dd75ba

%0
%47
%16
%13

Triadic Colors of #dd75ba

#dd75ba #badd75 #75badd

Analogous Colors of #dd75ba

#dd75ba #dd7586 #cc75dd

Monochromatic Colors of #dd75ba

#dd75ba

Complementary Color

#dd75ba #75dd98

#dd75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd75ba Color CSS Codes

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

#dd75ba Text Font Color

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

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


#dd75ba Background Color

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

This div background color is #dd75ba


#dd75ba Border Color

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

This div border color is #dd75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd75ba


Comments

No comments written yet.

Please login to write comment.