Color Hex Logo

#dd50bf Color Hex

#DD50BF
(221,80,191)
0 Favorites   0 Comments

Color spaces of #dd50bf

RGB 22180191
HSL0.870.670.59
HSV313°64°87°
CMYK 0.000.640.14   0.13
XYZ42.091424.871151.8723
Yxy24.87110.35420.2093
Hunter Lab49.870963.3811-26.7597
CIE-Lab56.949666.6761-30.4275

#dd50bf color RGB value is (221,80,191).

#dd50bf hex color red value is 221, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd50bf hue: 0.87 , saturation: 0.67 and the lightness value of dd50bf is 0.59.

The process color (four color CMYK) of #dd50bf color hex is 0.00, 0.64, 0.14, 0.13. Web safe color of #dd50bf is #cc66cc. Color #dd50bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 10111111
Octal 335 120 277
Decimal 221 80 191
Hex DD 50 BF

RGB Percentages of Color #dd50bf

%44.92
%16.26
%38.82

CMYK Percentages of Color #dd50bf

%0
%64
%14
%13

Triadic Colors of #dd50bf

#dd50bf #bfdd50 #50bfdd

Analogous Colors of #dd50bf

#dd50bf #dd5079 #b550dd

Monochromatic Colors of #dd50bf

#dd50bf

Complementary Color

#dd50bf #50dd6e

#dd50bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd50bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd50bf Color CSS Codes

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

#dd50bf Text Font Color

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

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


#dd50bf Background Color

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

This div background color is #dd50bf


#dd50bf Border Color

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

This div border color is #dd50bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd50bf


Comments

No comments written yet.

Please login to write comment.