Color Hex Logo

#dc8fbc Color Hex

#DC8FBC
(220,143,188)
0 Favorites   0 Comments

Color spaces of #dc8fbc

RGB 220143188
HSL0.900.520.71
HSV325°35°86°
CMYK 0.000.350.15   0.14
XYZ48.414838.491452.4548
Yxy38.49140.34740.2762
Hunter Lab62.041430.7222-6.6995
CIE-Lab68.381235.6036-11.3003

#dc8fbc color RGB value is (220,143,188).

#dc8fbc hex color red value is 220, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc8fbc hue: 0.90 , saturation: 0.52 and the lightness value of dc8fbc is 0.71.

The process color (four color CMYK) of #dc8fbc color hex is 0.00, 0.35, 0.15, 0.14. Web safe color of #dc8fbc is #cc99cc. Color #dc8fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 10111100
Octal 334 217 274
Decimal 220 143 188
Hex DC 8F BC

RGB Percentages of Color #dc8fbc

%39.93
%25.95
%34.12

CMYK Percentages of Color #dc8fbc

%0
%35
%15
%14

Triadic Colors of #dc8fbc

#dc8fbc #bcdc8f #8fbcdc

Analogous Colors of #dc8fbc

#dc8fbc #dc8f96 #d68fdc

Monochromatic Colors of #dc8fbc

#dc8fbc

Complementary Color

#dc8fbc #8fdcaf

#dc8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8fbc Color CSS Codes

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

#dc8fbc Text Font Color

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

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


#dc8fbc Background Color

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

This div background color is #dc8fbc


#dc8fbc Border Color

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

This div border color is #dc8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8fbc


Comments

No comments written yet.

Please login to write comment.