Color Hex Logo

#dc6cbd Color Hex

#DC6CBD
(220,108,189)
0 Favorites   0 Comments

Color spaces of #dc6cbd

RGB 220108189
HSL0.880.620.64
HSV317°51°86°
CMYK 0.000.510.14   0.14
XYZ44.063129.614951.5380
Yxy29.61490.35190.2365
Hunter Lab54.419649.2958-18.0568
CIE-Lab61.320553.6963-22.5552

#dc6cbd color RGB value is (220,108,189).

#dc6cbd hex color red value is 220, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dc6cbd hue: 0.88 , saturation: 0.62 and the lightness value of dc6cbd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 10111101
Octal 334 154 275
Decimal 220 108 189
Hex DC 6C BD

RGB Percentages of Color #dc6cbd

%42.55
%20.89
%36.56

CMYK Percentages of Color #dc6cbd

%0
%51
%14
%14

Triadic Colors of #dc6cbd

#dc6cbd #bddc6c #6cbddc

Analogous Colors of #dc6cbd

#dc6cbd #dc6c85 #c36cdc

Monochromatic Colors of #dc6cbd

#dc6cbd

Complementary Color

#dc6cbd #6cdc8b

#dc6cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6cbd Color CSS Codes

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

#dc6cbd Text Font Color

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

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


#dc6cbd Background Color

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

This div background color is #dc6cbd


#dc6cbd Border Color

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

This div border color is #dc6cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6cbd


Comments

No comments written yet.

Please login to write comment.