Color Hex Logo

#dd40cb Color Hex

#DD40CB
(221,64,203)
0 Favorites   0 Comments

Color spaces of #dd40cb

RGB 22164203
HSL0.850.700.56
HSV307°71°87°
CMYK 0.000.710.08   0.13
XYZ42.431723.350758.7707
Yxy23.35070.34070.1875
Hunter Lab48.322672.1751-38.2837
CIE-Lab55.431874.2429-39.6827

#dd40cb color RGB value is (221,64,203).

#dd40cb hex color red value is 221, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dd40cb hue: 0.85 , saturation: 0.70 and the lightness value of dd40cb is 0.56.

The process color (four color CMYK) of #dd40cb color hex is 0.00, 0.71, 0.08, 0.13. Web safe color of #dd40cb is #cc33cc. Color #dd40cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000000 11001011
Octal 335 100 313
Decimal 221 64 203
Hex DD 40 CB

RGB Percentages of Color #dd40cb

%45.29
%13.11
%41.60

CMYK Percentages of Color #dd40cb

%0
%71
%8
%13

Triadic Colors of #dd40cb

#dd40cb #cbdd40 #40cbdd

Analogous Colors of #dd40cb

#dd40cb #dd407d #a140dd

Monochromatic Colors of #dd40cb

#dd40cb

Complementary Color

#dd40cb #40dd52

#dd40cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd40cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd40cb Color CSS Codes

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

#dd40cb Text Font Color

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

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


#dd40cb Background Color

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

This div background color is #dd40cb


#dd40cb Border Color

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

This div border color is #dd40cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd40cb


Comments

No comments written yet.

Please login to write comment.