Color Hex Logo

#dd2fbb Color Hex

#DD2FBB
(221,47,187)
0 Favorites   0 Comments

Color spaces of #dd2fbb

RGB 22147187
HSL0.870.720.53
HSV312°79°87°
CMYK 0.000.790.15   0.13
XYZ39.804920.993048.9678
Yxy20.99300.36260.1913
Hunter Lab45.818174.8918-31.2931
CIE-Lab52.941876.9211-34.3658

#dd2fbb color RGB value is (221,47,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101111 10111011
Octal 335 57 273
Decimal 221 47 187
Hex DD 2F BB

RGB Percentages of Color #dd2fbb

%48.57
%10.33
%41.10

CMYK Percentages of Color #dd2fbb

%0
%79
%15
%13

Triadic Colors of #dd2fbb

#dd2fbb #bbdd2f #2fbbdd

Analogous Colors of #dd2fbb

#dd2fbb #dd2f64 #a82fdd

Monochromatic Colors of #dd2fbb

#dd2fbb

Complementary Color

#dd2fbb #2fdd51

#dd2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2fbb Color CSS Codes

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

#dd2fbb Text Font Color

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

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


#dd2fbb Background Color

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

This div background color is #dd2fbb


#dd2fbb Border Color

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

This div border color is #dd2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2fbb


Comments

No comments written yet.

Please login to write comment.