Color Hex Logo

#dd70bc Color Hex

#DD70BC
(221,112,188)
0 Favorites   0 Comments

Color spaces of #dd70bc

RGB 221112188
HSL0.880.620.65
HSV318°49°87°
CMYK 0.000.490.15   0.13
XYZ44.690130.591351.1262
Yxy30.59130.35350.2420
Hunter Lab55.309447.4369-16.0892
CIE-Lab62.161151.9000-20.6896

#dd70bc color RGB value is (221,112,188).

#dd70bc hex color red value is 221, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dd70bc hue: 0.88 , saturation: 0.62 and the lightness value of dd70bc is 0.65.

The process color (four color CMYK) of #dd70bc color hex is 0.00, 0.49, 0.15, 0.13. Web safe color of #dd70bc is #cc66cc. Color #dd70bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 10111100
Octal 335 160 274
Decimal 221 112 188
Hex DD 70 BC

RGB Percentages of Color #dd70bc

%42.42
%21.50
%36.08

CMYK Percentages of Color #dd70bc

%0
%49
%15
%13

Triadic Colors of #dd70bc

#dd70bc #bcdd70 #70bcdd

Analogous Colors of #dd70bc

#dd70bc #dd7086 #c870dd

Monochromatic Colors of #dd70bc

#dd70bc

Complementary Color

#dd70bc #70dd91

#dd70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70bc Color CSS Codes

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

#dd70bc Text Font Color

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

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


#dd70bc Background Color

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

This div background color is #dd70bc


#dd70bc Border Color

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

This div border color is #dd70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd70bc


Comments

No comments written yet.

Please login to write comment.