Color Hex Logo

#dc01ca Color Hex

#DC01CA
(220,1,202)
0 Favorites   0 Comments

Color spaces of #dc01ca

RGB 2201202
HSL0.850.990.43
HSV305°100°86°
CMYK 0.001.000.08   0.14
XYZ40.186719.501657.5232
Yxy19.50160.34290.1664
Hunter Lab44.160685.1561-46.3182
CIE-Lab51.269085.3240-45.6995

#dc01ca color RGB value is (220,1,202).

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

The process color (four color CMYK) of #dc01ca color hex is 0.00, 1.00, 0.08, 0.14. Web safe color of #dc01ca is #cc00cc. Color #dc01ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 11001010
Octal 334 1 312
Decimal 220 1 202
Hex DC 1 CA

RGB Percentages of Color #dc01ca

%52.01
%0.24
%47.75

CMYK Percentages of Color #dc01ca

%0
%100
%8
%14

Triadic Colors of #dc01ca

#dc01ca #cadc01 #01cadc

Analogous Colors of #dc01ca

#dc01ca #dc015d #8101dc

Monochromatic Colors of #dc01ca

#dc01ca

Complementary Color

#dc01ca #01dc13

#dc01ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc01ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc01ca Color CSS Codes

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

#dc01ca Text Font Color

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

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


#dc01ca Background Color

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

This div background color is #dc01ca


#dc01ca Border Color

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

This div border color is #dc01ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc01ca


Comments

No comments written yet.

Please login to write comment.