Color Hex Logo

#c601cd Color Hex

#C601CD
(198,1,205)
0 Favorites   0 Comments

Color spaces of #c601cd

RGB 1981205
HSL0.830.990.40
HSV298°100°80°
CMYK 0.031.000.00   0.20
XYZ34.319016.435359.1211
Yxy16.43530.31230.1496
Hunter Lab40.540580.1610-58.0856
CIE-Lab47.540582.1613-53.6114

#c601cd color RGB value is (198,1,205).

#c601cd hex color red value is 198, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c601cd hue: 0.83 , saturation: 0.99 and the lightness value of c601cd is 0.40.

The process color (four color CMYK) of #c601cd color hex is 0.03, 1.00, 0.00, 0.20. Web safe color of #c601cd is #cc00cc. Color #c601cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000001 11001101
Octal 306 1 315
Decimal 198 1 205
Hex C6 1 CD

RGB Percentages of Color #c601cd

%49.01
%0.25
%50.74

CMYK Percentages of Color #c601cd

%3
%100
%0
%20

Triadic Colors of #c601cd

#c601cd #cdc601 #01cdc6

Analogous Colors of #c601cd

#c601cd #cd016e #6001cd

Monochromatic Colors of #c601cd

#c601cd

Complementary Color

#c601cd #08cd01

#c601cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c601cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c601cd Color CSS Codes

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

#c601cd Text Font Color

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

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


#c601cd Background Color

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

This div background color is #c601cd


#c601cd Border Color

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

This div border color is #c601cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c601cd


Comments

No comments written yet.

Please login to write comment.