Color Hex Logo

#c70164 Color Hex

#C70164
(199,1,100)
0 Favorites   0 Comments

Color spaces of #c70164

RGB 1991100
HSL0.920.990.39
HSV330°99°78°
CMYK 0.000.990.50   0.22
XYZ25.864313.083913.2188
Yxy13.08390.49580.2508
Hunter Lab36.171764.33473.6529
CIE-Lab42.889470.17572.5018

#c70164 color RGB value is (199,1,100).

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

The process color (four color CMYK) of #c70164 color hex is 0.00, 0.99, 0.50, 0.22. Web safe color of #c70164 is #cc0066. Color #c70164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000001 01100100
Octal 307 1 144
Decimal 199 1 100
Hex C7 1 64

RGB Percentages of Color #c70164

%66.33
%0.33
%33.33

CMYK Percentages of Color #c70164

%0
%99
%50
%22

Triadic Colors of #c70164

#c70164 #64c701 #0164c7

Analogous Colors of #c70164

#c70164 #c70101 #c701c7

Monochromatic Colors of #c70164

#c70164

Complementary Color

#c70164 #01c764

#c70164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70164 Color CSS Codes

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

#c70164 Text Font Color

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

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


#c70164 Background Color

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

This div background color is #c70164


#c70164 Border Color

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

This div border color is #c70164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70164


Comments

No comments written yet.

Please login to write comment.