Color Hex Logo

#dd2bbb Color Hex

#DD2BBB
(221,43,187)
0 Favorites   0 Comments

Color spaces of #dd2bbb

RGB 22143187
HSL0.870.720.52
HSV311°81°87°
CMYK 0.000.810.15   0.13
XYZ39.652320.687848.9169
Yxy20.68780.36290.1893
Hunter Lab45.483876.0176-31.9264
CIE-Lab52.606177.8896-34.8916

#dd2bbb color RGB value is (221,43,187).

#dd2bbb hex color red value is 221, green value is 43 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dd2bbb hue: 0.87 , saturation: 0.72 and the lightness value of dd2bbb is 0.52.

The process color (four color CMYK) of #dd2bbb color hex is 0.00, 0.81, 0.15, 0.13. Web safe color of #dd2bbb is #cc33cc. Color #dd2bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 10111011
Octal 335 53 273
Decimal 221 43 187
Hex DD 2B BB

RGB Percentages of Color #dd2bbb

%49.00
%9.53
%41.46

CMYK Percentages of Color #dd2bbb

%0
%81
%15
%13

Triadic Colors of #dd2bbb

#dd2bbb #bbdd2b #2bbbdd

Analogous Colors of #dd2bbb

#dd2bbb #dd2b62 #a62bdd

Monochromatic Colors of #dd2bbb

#dd2bbb

Complementary Color

#dd2bbb #2bdd4d

#dd2bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2bbb Color CSS Codes

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

#dd2bbb Text Font Color

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

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


#dd2bbb Background Color

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

This div background color is #dd2bbb


#dd2bbb Border Color

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

This div border color is #dd2bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2bbb


Comments

No comments written yet.

Please login to write comment.