Color Hex Logo

#dc75bf Color Hex

#DC75BF
(220,117,191)
0 Favorites   0 Comments

Color spaces of #dc75bf

RGB 220117191
HSL0.880.600.66
HSV317°47°86°
CMYK 0.000.470.13   0.14
XYZ45.280531.699853.0223
Yxy31.69980.34830.2438
Hunter Lab56.302645.0264-16.4239
CIE-Lab63.094049.5835-20.9796

#dc75bf color RGB value is (220,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10111111
Octal 334 165 277
Decimal 220 117 191
Hex DC 75 BF

RGB Percentages of Color #dc75bf

%41.67
%22.16
%36.17

CMYK Percentages of Color #dc75bf

%0
%47
%13
%14

Triadic Colors of #dc75bf

#dc75bf #bfdc75 #75bfdc

Analogous Colors of #dc75bf

#dc75bf #dc758c #c675dc

Monochromatic Colors of #dc75bf

#dc75bf

Complementary Color

#dc75bf #75dc92

#dc75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc75bf Color CSS Codes

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

#dc75bf Text Font Color

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

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


#dc75bf Background Color

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

This div background color is #dc75bf


#dc75bf Border Color

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

This div border color is #dc75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc75bf


Comments

No comments written yet.

Please login to write comment.