Color Hex Logo

#dd55cb Color Hex

#DD55CB
(221,85,203)
0 Favorites   0 Comments

Color spaces of #dd55cb

RGB 22185203
HSL0.860.670.60
HSV308°62°87°
CMYK 0.000.620.08   0.13
XYZ43.846826.180959.2424
Yxy26.18090.33920.2025
Hunter Lab51.167363.4194-32.8299
CIE-Lab58.208466.4765-35.3300

#dd55cb color RGB value is (221,85,203).

#dd55cb hex color red value is 221, green value is 85 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dd55cb hue: 0.86 , saturation: 0.67 and the lightness value of dd55cb is 0.60.

The process color (four color CMYK) of #dd55cb color hex is 0.00, 0.62, 0.08, 0.13. Web safe color of #dd55cb is #cc66cc. Color #dd55cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11001011
Octal 335 125 313
Decimal 221 85 203
Hex DD 55 CB

RGB Percentages of Color #dd55cb

%43.42
%16.70
%39.88

CMYK Percentages of Color #dd55cb

%0
%62
%8
%13

Triadic Colors of #dd55cb

#dd55cb #cbdd55 #55cbdd

Analogous Colors of #dd55cb

#dd55cb #dd5587 #ab55dd

Monochromatic Colors of #dd55cb

#dd55cb

Complementary Color

#dd55cb #55dd67

#dd55cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55cb Color CSS Codes

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

#dd55cb Text Font Color

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

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


#dd55cb Background Color

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

This div background color is #dd55cb


#dd55cb Border Color

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

This div border color is #dd55cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55cb


Comments

No comments written yet.

Please login to write comment.