Color Hex Logo

#c701a8 Color Hex

#C701A8
(199,1,168)
0 Favorites   0 Comments

Color spaces of #c701a8

RGB 1991168
HSL0.860.990.39
HSV309°99°78°
CMYK 0.000.990.16   0.22
XYZ30.631914.991038.3249
Yxy14.99100.36490.1786
Hunter Lab38.718273.4633-31.5850
CIE-Lab45.621977.1946-34.9670

#c701a8 color RGB value is (199,1,168).

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

The process color (four color CMYK) of #c701a8 color hex is 0.00, 0.99, 0.16, 0.22. Web safe color of #c701a8 is #cc0099. Color #c701a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 10101000
Octal 307 1 250
Decimal 199 1 168
Hex C7 1 A8

RGB Percentages of Color #c701a8

%54.08
%0.27
%45.65

CMYK Percentages of Color #c701a8

%0
%99
%16
%22

Triadic Colors of #c701a8

#c701a8 #a8c701 #01a8c7

Analogous Colors of #c701a8

#c701a8 #c70145 #8301c7

Monochromatic Colors of #c701a8

#c701a8

Complementary Color

#c701a8 #01c720

#c701a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c701a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c701a8 Color CSS Codes

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

#c701a8 Text Font Color

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

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


#c701a8 Background Color

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

This div background color is #c701a8


#c701a8 Border Color

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

This div border color is #c701a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c701a8


Comments

No comments written yet.

Please login to write comment.