Color Hex Logo

#c607ac Color Hex

#C607AC
(198,7,172)
0 Favorites   0 Comments

Color spaces of #c607ac

RGB 1987172
HSL0.860.930.40
HSV308°96°78°
CMYK 0.000.960.13   0.22
XYZ30.811115.136340.3274
Yxy15.13630.35710.1754
Hunter Lab38.905473.2785-34.2233
CIE-Lab45.820377.0064-37.0427

#c607ac color RGB value is (198,7,172).

#c607ac hex color red value is 198, green value is 7 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c607ac hue: 0.86 , saturation: 0.93 and the lightness value of c607ac is 0.40.

The process color (four color CMYK) of #c607ac color hex is 0.00, 0.96, 0.13, 0.22. Web safe color of #c607ac is #cc0099. Color #c607ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 10101100
Octal 306 7 254
Decimal 198 7 172
Hex C6 7 AC

RGB Percentages of Color #c607ac

%52.52
%1.86
%45.62

CMYK Percentages of Color #c607ac

%0
%96
%13
%22

Triadic Colors of #c607ac

#c607ac #acc607 #07acc6

Analogous Colors of #c607ac

#c607ac #c6074c #8107c6

Monochromatic Colors of #c607ac

#c607ac

Complementary Color

#c607ac #07c621

#c607ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c607ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c607ac Color CSS Codes

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

#c607ac Text Font Color

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

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


#c607ac Background Color

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

This div background color is #c607ac


#c607ac Border Color

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

This div border color is #c607ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,7,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c607ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c607ac;
  -webkit-box-shadow: 1px 1px 3px 2px #c607ac;
  box-shadow:         1px 1px 3px 2px #c607ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,7,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c607ac


Comments

No comments written yet.

Please login to write comment.