Color Hex Logo

#c70364 Color Hex

#C70364
(199,3,100)
0 Favorites   0 Comments

Color spaces of #c70364

RGB 1993100
HSL0.920.970.40
HSV330°98°78°
CMYK 0.000.980.50   0.22
XYZ25.886013.127313.2261
Yxy13.12730.49550.2513
Hunter Lab36.231664.12563.7187
CIE-Lab42.954469.98592.5957

#c70364 color RGB value is (199,3,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 01100100
Octal 307 3 144
Decimal 199 3 100
Hex C7 3 64

RGB Percentages of Color #c70364

%65.89
%0.99
%33.11

CMYK Percentages of Color #c70364

%0
%98
%50
%22

Triadic Colors of #c70364

#c70364 #64c703 #0364c7

Analogous Colors of #c70364

#c70364 #c70403 #c703c6

Monochromatic Colors of #c70364

#c70364

Complementary Color

#c70364 #03c766

#c70364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70364 Color CSS Codes

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

#c70364 Text Font Color

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

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


#c70364 Background Color

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

This div background color is #c70364


#c70364 Border Color

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

This div border color is #c70364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70364


Comments

No comments written yet.

Please login to write comment.