Color Hex Logo

#dd05bf Color Hex

#DD05BF
(221,5,191)
0 Favorites   0 Comments

Color spaces of #dd05bf

RGB 2215191
HSL0.860.960.44
HSV308°98°87°
CMYK 0.000.980.14   0.13
XYZ39.277019.242350.9342
Yxy19.24230.35880.1758
Hunter Lab43.866083.0606-38.1372
CIE-Lab50.969583.7615-39.7907

#dd05bf color RGB value is (221,5,191).

#dd05bf hex color red value is 221, green value is 5 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd05bf hue: 0.86 , saturation: 0.96 and the lightness value of dd05bf is 0.44.

The process color (four color CMYK) of #dd05bf color hex is 0.00, 0.98, 0.14, 0.13. Web safe color of #dd05bf is #cc00cc. Color #dd05bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000101 10111111
Octal 335 5 277
Decimal 221 5 191
Hex DD 5 BF

RGB Percentages of Color #dd05bf

%53.00
%1.20
%45.80

CMYK Percentages of Color #dd05bf

%0
%98
%14
%13

Triadic Colors of #dd05bf

#dd05bf #bfdd05 #05bfdd

Analogous Colors of #dd05bf

#dd05bf #dd0553 #8f05dd

Monochromatic Colors of #dd05bf

#dd05bf

Complementary Color

#dd05bf #05dd23

#dd05bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd05bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd05bf Color CSS Codes

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

#dd05bf Text Font Color

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

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


#dd05bf Background Color

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

This div background color is #dd05bf


#dd05bf Border Color

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

This div border color is #dd05bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd05bf


Comments

No comments written yet.

Please login to write comment.