Color Hex Logo

#c607ab Color Hex

#C607AB
(198,7,171)
0 Favorites   0 Comments

Color spaces of #c607ab

RGB 1987171
HSL0.860.930.40
HSV308°96°78°
CMYK 0.000.960.14   0.22
XYZ30.715415.098039.8234
Yxy15.09800.35870.1763
Hunter Lab38.856173.1042-33.5666
CIE-Lab45.768176.8753-36.5318

#c607ab color RGB value is (198,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 10101011
Octal 306 7 253
Decimal 198 7 171
Hex C6 7 AB

RGB Percentages of Color #c607ab

%52.66
%1.86
%45.48

CMYK Percentages of Color #c607ab

%0
%96
%14
%22

Triadic Colors of #c607ab

#c607ab #abc607 #07abc6

Analogous Colors of #c607ab

#c607ab #c6074b #8207c6

Monochromatic Colors of #c607ab

#c607ab

Complementary Color

#c607ab #07c622

#c607ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c607ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c607ab Color CSS Codes

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

#c607ab Text Font Color

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

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


#c607ab Background Color

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

This div background color is #c607ab


#c607ab Border Color

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

This div border color is #c607ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c607ab


Comments

No comments written yet.

Please login to write comment.