Color Hex Logo

#dc70bf Color Hex

#DC70BF
(220,112,191)
0 Favorites   0 Comments

Color spaces of #dc70bf

RGB 220112191
HSL0.880.610.65
HSV316°49°86°
CMYK 0.000.490.13   0.14
XYZ44.713330.565652.8333
Yxy30.56560.34900.2386
Hunter Lab55.286247.6131-17.9592
CIE-Lab62.139252.0616-22.4386

#dc70bf color RGB value is (220,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 10111111
Octal 334 160 277
Decimal 220 112 191
Hex DC 70 BF

RGB Percentages of Color #dc70bf

%42.07
%21.41
%36.52

CMYK Percentages of Color #dc70bf

%0
%49
%13
%14

Triadic Colors of #dc70bf

#dc70bf #bfdc70 #70bfdc

Analogous Colors of #dc70bf

#dc70bf #dc7089 #c370dc

Monochromatic Colors of #dc70bf

#dc70bf

Complementary Color

#dc70bf #70dc8d

#dc70bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc70bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc70bf Color CSS Codes

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

#dc70bf Text Font Color

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

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


#dc70bf Background Color

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

This div background color is #dc70bf


#dc70bf Border Color

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

This div border color is #dc70bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,112,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc70bf


Comments

No comments written yet.

Please login to write comment.