Color Hex Logo

#dc3cca Color Hex

#DC3CCA
(220,60,202)
0 Favorites   0 Comments

Color spaces of #dc3cca

RGB 22060202
HSL0.850.700.55
HSV307°73°86°
CMYK 0.000.730.08   0.14
XYZ41.791722.711658.0582
Yxy22.71160.34100.1853
Hunter Lab47.656773.1332-38.8709
CIE-Lab54.774075.1469-40.1560

#dc3cca color RGB value is (220,60,202).

#dc3cca hex color red value is 220, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dc3cca hue: 0.85 , saturation: 0.70 and the lightness value of dc3cca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111100 11001010
Octal 334 74 312
Decimal 220 60 202
Hex DC 3C CA

RGB Percentages of Color #dc3cca

%45.64
%12.45
%41.91

CMYK Percentages of Color #dc3cca

%0
%73
%8
%14

Triadic Colors of #dc3cca

#dc3cca #cadc3c #3ccadc

Analogous Colors of #dc3cca

#dc3cca #dc3c7a #9e3cdc

Monochromatic Colors of #dc3cca

#dc3cca

Complementary Color

#dc3cca #3cdc4e

#dc3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3cca Color CSS Codes

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

#dc3cca Text Font Color

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

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


#dc3cca Background Color

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

This div background color is #dc3cca


#dc3cca Border Color

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

This div border color is #dc3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3cca


Comments

No comments written yet.

Please login to write comment.