Color Hex Logo

#dd43bc Color Hex

#DD43BC
(221,67,188)
0 Favorites   0 Comments

Color spaces of #dd43bc

RGB 22167188
HSL0.870.690.56
HSV313°70°87°
CMYK 0.000.700.15   0.13
XYZ40.903023.017349.8639
Yxy23.01730.35950.2023
Hunter Lab47.976368.2244-28.0392
CIE-Lab55.090271.0699-31.5909

#dd43bc color RGB value is (221,67,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 10111100
Octal 335 103 274
Decimal 221 67 188
Hex DD 43 BC

RGB Percentages of Color #dd43bc

%46.43
%14.08
%39.50

CMYK Percentages of Color #dd43bc

%0
%70
%15
%13

Triadic Colors of #dd43bc

#dd43bc #bcdd43 #43bcdd

Analogous Colors of #dd43bc

#dd43bc #dd436f #b143dd

Monochromatic Colors of #dd43bc

#dd43bc

Complementary Color

#dd43bc #43dd64

#dd43bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd43bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd43bc Color CSS Codes

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

#dd43bc Text Font Color

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

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


#dd43bc Background Color

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

This div background color is #dd43bc


#dd43bc Border Color

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

This div border color is #dd43bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd43bc


Comments

No comments written yet.

Please login to write comment.