Color Hex Logo

#c670ae Color Hex

#C670AE
(198,112,174)
0 Favorites   0 Comments

Color spaces of #c670ae

RGB 198112174
HSL0.880.430.61
HSV317°43°78°
CMYK 0.000.430.12   0.22
XYZ36.722926.650143.2529
Yxy26.65010.34440.2499
Hunter Lab51.623736.6357-13.5395
CIE-Lab58.649042.4058-18.3165

#c670ae color RGB value is (198,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 10101110
Octal 306 160 256
Decimal 198 112 174
Hex C6 70 AE

RGB Percentages of Color #c670ae

%40.91
%23.14
%35.95

CMYK Percentages of Color #c670ae

%0
%43
%12
%22

Triadic Colors of #c670ae

#c670ae #aec670 #70aec6

Analogous Colors of #c670ae

#c670ae #c67083 #b370c6

Monochromatic Colors of #c670ae

#c670ae

Complementary Color

#c670ae #70c688

#c670ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670ae Color CSS Codes

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

#c670ae Text Font Color

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

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


#c670ae Background Color

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

This div background color is #c670ae


#c670ae Border Color

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

This div border color is #c670ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670ae


Comments

No comments written yet.

Please login to write comment.