Color Hex Logo

#dd4bba Color Hex

#DD4BBA
(221,75,186)
0 Favorites   0 Comments

Color spaces of #dd4bba

RGB 22175186
HSL0.870.680.58
HSV314°66°87°
CMYK 0.000.660.16   0.13
XYZ41.197823.949548.9057
Yxy23.94950.36120.2100
Hunter Lab48.938264.6252-24.9938
CIE-Lab56.037267.8926-28.9642

#dd4bba color RGB value is (221,75,186).

#dd4bba hex color red value is 221, green value is 75 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd4bba hue: 0.87 , saturation: 0.68 and the lightness value of dd4bba is 0.58.

The process color (four color CMYK) of #dd4bba color hex is 0.00, 0.66, 0.16, 0.13. Web safe color of #dd4bba is #cc33cc. Color #dd4bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001011 10111010
Octal 335 113 272
Decimal 221 75 186
Hex DD 4B BA

RGB Percentages of Color #dd4bba

%45.85
%15.56
%38.59

CMYK Percentages of Color #dd4bba

%0
%66
%16
%13

Triadic Colors of #dd4bba

#dd4bba #badd4b #4bbadd

Analogous Colors of #dd4bba

#dd4bba #dd4b71 #b74bdd

Monochromatic Colors of #dd4bba

#dd4bba

Complementary Color

#dd4bba #4bdd6e

#dd4bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4bba Color CSS Codes

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

#dd4bba Text Font Color

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

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


#dd4bba Background Color

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

This div background color is #dd4bba


#dd4bba Border Color

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

This div border color is #dd4bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4bba


Comments

No comments written yet.

Please login to write comment.