Color Hex Logo

#c701cc Color Hex

#C701CC
(199,1,204)
0 Favorites   0 Comments

Color spaces of #c701cc

RGB 1991204
HSL0.830.990.40
HSV299°100°80°
CMYK 0.021.000.00   0.20
XYZ34.463116.523558.4997
Yxy16.52350.31480.1509
Hunter Lab40.649180.1998-56.8722
CIE-Lab47.653982.1699-52.8421

#c701cc color RGB value is (199,1,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 11001100
Octal 307 1 314
Decimal 199 1 204
Hex C7 1 CC

RGB Percentages of Color #c701cc

%49.26
%0.25
%50.50

CMYK Percentages of Color #c701cc

%2
%100
%0
%20

Triadic Colors of #c701cc

#c701cc #ccc701 #01ccc7

Analogous Colors of #c701cc

#c701cc #cc016c #6201cc

Monochromatic Colors of #c701cc

#c701cc

Complementary Color

#c701cc #06cc01

#c701cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701cc Color CSS Codes

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

#c701cc Text Font Color

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

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


#c701cc Background Color

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

This div background color is #c701cc


#c701cc Border Color

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

This div border color is #c701cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701cc


Comments

No comments written yet.

Please login to write comment.