Color Hex Logo

#dc7cbb Color Hex

#DC7CBB
(220,124,187)
0 Favorites   0 Comments

Color spaces of #dc7cbb

RGB 220124187
HSL0.890.580.67
HSV321°44°86°
CMYK 0.000.440.15   0.14
XYZ45.692533.218851.0173
Yxy33.21880.35170.2557
Hunter Lab57.635840.6487-12.1366
CIE-Lab64.337745.4036-16.8265

#dc7cbb color RGB value is (220,124,187).

#dc7cbb hex color red value is 220, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dc7cbb hue: 0.89 , saturation: 0.58 and the lightness value of dc7cbb is 0.67.

The process color (four color CMYK) of #dc7cbb color hex is 0.00, 0.44, 0.15, 0.14. Web safe color of #dc7cbb is #cc66cc. Color #dc7cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111100 10111011
Octal 334 174 273
Decimal 220 124 187
Hex DC 7C BB

RGB Percentages of Color #dc7cbb

%41.43
%23.35
%35.22

CMYK Percentages of Color #dc7cbb

%0
%44
%15
%14

Triadic Colors of #dc7cbb

#dc7cbb #bbdc7c #7cbbdc

Analogous Colors of #dc7cbb

#dc7cbb #dc7c8b #cd7cdc

Monochromatic Colors of #dc7cbb

#dc7cbb

Complementary Color

#dc7cbb #7cdc9d

#dc7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7cbb Color CSS Codes

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

#dc7cbb Text Font Color

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

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


#dc7cbb Background Color

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

This div background color is #dc7cbb


#dc7cbb Border Color

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

This div border color is #dc7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7cbb


Comments

No comments written yet.

Please login to write comment.