Color Hex Logo

#c670af Color Hex

#C670AF
(198,112,175)
0 Favorites   0 Comments

Color spaces of #c670af

RGB 198112175
HSL0.880.430.61
HSV316°43°78°
CMYK 0.000.430.12   0.22
XYZ36.820726.689343.7683
Yxy26.68930.34320.2488
Hunter Lab51.661736.8139-14.0679
CIE-Lab58.685642.5711-18.8351

#c670af color RGB value is (198,112,175).

#c670af hex color red value is 198, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c670af hue: 0.88 , saturation: 0.43 and the lightness value of c670af is 0.61.

The process color (four color CMYK) of #c670af color hex is 0.00, 0.43, 0.12, 0.22. Web safe color of #c670af is #cc6699. Color #c670af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 10101111
Octal 306 160 257
Decimal 198 112 175
Hex C6 70 AF

RGB Percentages of Color #c670af

%40.82
%23.09
%36.08

CMYK Percentages of Color #c670af

%0
%43
%12
%22

Triadic Colors of #c670af

#c670af #afc670 #70afc6

Analogous Colors of #c670af

#c670af #c67084 #b270c6

Monochromatic Colors of #c670af

#c670af

Complementary Color

#c670af #70c687

#c670af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670af Color CSS Codes

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

#c670af Text Font Color

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

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


#c670af Background Color

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

This div background color is #c670af


#c670af Border Color

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

This div border color is #c670af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670af


Comments

No comments written yet.

Please login to write comment.