Color Hex Logo

#dc4bdc Color Hex

#DC4BDC
(220,75,220)
0 Favorites   0 Comments

Color spaces of #dc4bdc

RGB 22075220
HSL0.830.670.58
HSV300°66°86°
CMYK 0.000.660.00   0.14
XYZ44.949525.415170.2466
Yxy25.41510.31970.1807
Hunter Lab50.413470.9304-47.3260
CIE-Lab57.477772.8380-46.1308

#dc4bdc color RGB value is (220,75,220).

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

The process color (four color CMYK) of #dc4bdc color hex is 0.00, 0.66, 0.00, 0.14. Web safe color of #dc4bdc is #cc33cc. Color #dc4bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001011 11011100
Octal 334 113 334
Decimal 220 75 220
Hex DC 4B DC

RGB Percentages of Color #dc4bdc

%42.72
%14.56
%42.72

CMYK Percentages of Color #dc4bdc

%0
%66
%0
%14

Triadic Colors of #dc4bdc

#dc4bdc #dcdc4b #4bdcdc

Analogous Colors of #dc4bdc

#dc4bdc #dc4b94 #944bdc

Monochromatic Colors of #dc4bdc

#dc4bdc

Complementary Color

#dc4bdc #4bdc4b

#dc4bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4bdc Color CSS Codes

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

#dc4bdc Text Font Color

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

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


#dc4bdc Background Color

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

This div background color is #dc4bdc


#dc4bdc Border Color

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

This div border color is #dc4bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4bdc


Comments

No comments written yet.

Please login to write comment.