Color Hex Logo

#dc34ca Color Hex

#DC34CA
(220,52,202)
0 Favorites   0 Comments

Color spaces of #dc34ca

RGB 22052202
HSL0.850.710.53
HSV306°76°86°
CMYK 0.000.760.08   0.14
XYZ41.403921.935957.9289
Yxy21.93590.34140.1809
Hunter Lab46.835875.8355-40.5479
CIE-Lab53.958977.4806-41.4409

#dc34ca color RGB value is (220,52,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 11001010
Octal 334 64 312
Decimal 220 52 202
Hex DC 34 CA

RGB Percentages of Color #dc34ca

%46.41
%10.97
%42.62

CMYK Percentages of Color #dc34ca

%0
%76
%8
%14

Triadic Colors of #dc34ca

#dc34ca #cadc34 #34cadc

Analogous Colors of #dc34ca

#dc34ca #dc3476 #9a34dc

Monochromatic Colors of #dc34ca

#dc34ca

Complementary Color

#dc34ca #34dc46

#dc34ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc34ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc34ca Color CSS Codes

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

#dc34ca Text Font Color

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

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


#dc34ca Background Color

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

This div background color is #dc34ca


#dc34ca Border Color

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

This div border color is #dc34ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc34ca


Comments

No comments written yet.

Please login to write comment.