Color Hex Logo

#dd5fbd Color Hex

#DD5FBD
(221,95,189)
0 Favorites   0 Comments

Color spaces of #dd5fbd

RGB 22195189
HSL0.880.650.62
HSV315°57°87°
CMYK 0.000.570.14   0.13
XYZ43.096327.230751.1287
Yxy27.23070.35480.2242
Hunter Lab52.183056.0971-21.5639
CIE-Lab59.187360.0402-25.8195

#dd5fbd color RGB value is (221,95,189).

#dd5fbd hex color red value is 221, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd5fbd hue: 0.88 , saturation: 0.65 and the lightness value of dd5fbd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011111 10111101
Octal 335 137 275
Decimal 221 95 189
Hex DD 5F BD

RGB Percentages of Color #dd5fbd

%43.76
%18.81
%37.43

CMYK Percentages of Color #dd5fbd

%0
%57
%14
%13

Triadic Colors of #dd5fbd

#dd5fbd #bddd5f #5fbddd

Analogous Colors of #dd5fbd

#dd5fbd #dd5f7e #be5fdd

Monochromatic Colors of #dd5fbd

#dd5fbd

Complementary Color

#dd5fbd #5fdd7f

#dd5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5fbd Color CSS Codes

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

#dd5fbd Text Font Color

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

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


#dd5fbd Background Color

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

This div background color is #dd5fbd


#dd5fbd Border Color

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

This div border color is #dd5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5fbd


Comments

No comments written yet.

Please login to write comment.