Color Hex Logo

#dc73bf Color Hex

#DC73BF
(220,115,191)
0 Favorites   0 Comments

Color spaces of #dc73bf

RGB 220115191
HSL0.880.600.66
HSV317°48°86°
CMYK 0.000.480.13   0.14
XYZ45.049931.238752.9455
Yxy31.23870.34860.2417
Hunter Lab55.891646.0648-17.0407
CIE-Lab62.708650.5806-21.5681

#dc73bf color RGB value is (220,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 10111111
Octal 334 163 277
Decimal 220 115 191
Hex DC 73 BF

RGB Percentages of Color #dc73bf

%41.83
%21.86
%36.31

CMYK Percentages of Color #dc73bf

%0
%48
%13
%14

Triadic Colors of #dc73bf

#dc73bf #bfdc73 #73bfdc

Analogous Colors of #dc73bf

#dc73bf #dc738b #c573dc

Monochromatic Colors of #dc73bf

#dc73bf

Complementary Color

#dc73bf #73dc90

#dc73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc73bf Color CSS Codes

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

#dc73bf Text Font Color

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

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


#dc73bf Background Color

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

This div background color is #dc73bf


#dc73bf Border Color

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

This div border color is #dc73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc73bf


Comments

No comments written yet.

Please login to write comment.