Color Hex Logo

#dd41bc Color Hex

#DD41BC
(221,65,188)
0 Favorites   0 Comments

Color spaces of #dd41bc

RGB 22165188
HSL0.870.700.56
HSV313°71°87°
CMYK 0.000.710.15   0.13
XYZ40.786222.783649.8250
Yxy22.78360.35970.2009
Hunter Lab47.732268.9934-28.4771
CIE-Lab54.848771.7509-31.9670

#dd41bc color RGB value is (221,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000001 10111100
Octal 335 101 274
Decimal 221 65 188
Hex DD 41 BC

RGB Percentages of Color #dd41bc

%46.62
%13.71
%39.66

CMYK Percentages of Color #dd41bc

%0
%71
%15
%13

Triadic Colors of #dd41bc

#dd41bc #bcdd41 #41bcdd

Analogous Colors of #dd41bc

#dd41bc #dd416e #b041dd

Monochromatic Colors of #dd41bc

#dd41bc

Complementary Color

#dd41bc #41dd62

#dd41bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd41bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd41bc Color CSS Codes

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

#dd41bc Text Font Color

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

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


#dd41bc Background Color

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

This div background color is #dd41bc


#dd41bc Border Color

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

This div border color is #dd41bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd41bc


Comments

No comments written yet.

Please login to write comment.