Color Hex Logo

#dd43bb Color Hex

#DD43BB
(221,67,187)
0 Favorites   0 Comments

Color spaces of #dd43bb

RGB 22167187
HSL0.870.690.56
HSV313°70°87°
CMYK 0.000.700.15   0.13
XYZ40.795622.974349.2980
Yxy22.97430.36080.2032
Hunter Lab47.931568.0453-27.4282
CIE-Lab55.045970.9302-31.0819

#dd43bb color RGB value is (221,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10111011
Octal 335 103 273
Decimal 221 67 187
Hex DD 43 BB

RGB Percentages of Color #dd43bb

%46.53
%14.11
%39.37

CMYK Percentages of Color #dd43bb

%0
%70
%15
%13

Triadic Colors of #dd43bb

#dd43bb #bbdd43 #43bbdd

Analogous Colors of #dd43bb

#dd43bb #dd436e #b243dd

Monochromatic Colors of #dd43bb

#dd43bb

Complementary Color

#dd43bb #43dd65

#dd43bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd43bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd43bb Color CSS Codes

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

#dd43bb Text Font Color

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

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


#dd43bb Background Color

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

This div background color is #dd43bb


#dd43bb Border Color

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

This div border color is #dd43bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd43bb


Comments

No comments written yet.

Please login to write comment.