Color Hex Logo

#c00670 Color Hex

#C00670
(192,6,112)
0 Favorites   0 Comments

Color spaces of #c00670

RGB 1926112
HSL0.910.940.39
HSV326°97°75°
CMYK 0.000.970.42   0.25
XYZ24.728012.506616.4399
Yxy12.50660.46070.2330
Hunter Lab35.364762.9242-2.8067
CIE-Lab42.010269.1491-6.4808

#c00670 color RGB value is (192,6,112).

#c00670 hex color red value is 192, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c00670 hue: 0.91 , saturation: 0.94 and the lightness value of c00670 is 0.39.

The process color (four color CMYK) of #c00670 color hex is 0.00, 0.97, 0.42, 0.25. Web safe color of #c00670 is #cc0066. Color #c00670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 01110000
Octal 300 6 160
Decimal 192 6 112
Hex C0 6 70

RGB Percentages of Color #c00670

%61.94
%1.94
%36.13

CMYK Percentages of Color #c00670

%0
%97
%42
%25

Triadic Colors of #c00670

#c00670 #70c006 #0670c0

Analogous Colors of #c00670

#c00670 #c00613 #b306c0

Monochromatic Colors of #c00670

#c00670

Complementary Color

#c00670 #06c056

#c00670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00670 Color CSS Codes

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

#c00670 Text Font Color

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

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


#c00670 Background Color

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

This div background color is #c00670


#c00670 Border Color

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

This div border color is #c00670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,6,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c00670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c00670;
  -webkit-box-shadow: 1px 1px 3px 2px #c00670;
  box-shadow:         1px 1px 3px 2px #c00670; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,6,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00670


Comments

No comments written yet.

Please login to write comment.