Color Hex Logo

#c00658 Color Hex

#C00658
(192,6,88)
0 Favorites   0 Comments

Color spaces of #c00658

RGB 192688
HSL0.930.940.39
HSV334°97°75°
CMYK 0.000.970.54   0.25
XYZ23.564812.041310.3147
Yxy12.04130.51320.2622
Hunter Lab34.700660.49156.6665
CIE-Lab41.281767.20387.5894

#c00658 color RGB value is (192,6,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000110 01011000
Octal 300 6 130
Decimal 192 6 88
Hex C0 6 58

RGB Percentages of Color #c00658

%67.13
%2.10
%30.77

CMYK Percentages of Color #c00658

%0
%97
%54
%25

Triadic Colors of #c00658

#c00658 #58c006 #0658c0

Analogous Colors of #c00658

#c00658 #c01106 #c006b5

Monochromatic Colors of #c00658

#c00658

Complementary Color

#c00658 #06c06e

#c00658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00658 Color CSS Codes

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

#c00658 Text Font Color

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

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


#c00658 Background Color

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

This div background color is #c00658


#c00658 Border Color

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

This div border color is #c00658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00658


Comments

No comments written yet.

Please login to write comment.