Color Hex Logo

#c675ae Color Hex

#C675AE
(198,117,174)
0 Favorites   0 Comments

Color spaces of #c675ae

RGB 198117174
HSL0.880.420.62
HSV318°41°78°
CMYK 0.000.410.12   0.22
XYZ37.290027.784343.4419
Yxy27.78430.34360.2560
Hunter Lab52.710834.0350-11.9666
CIE-Lab59.693439.7694-16.7298

#c675ae color RGB value is (198,117,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 10101110
Octal 306 165 256
Decimal 198 117 174
Hex C6 75 AE

RGB Percentages of Color #c675ae

%40.49
%23.93
%35.58

CMYK Percentages of Color #c675ae

%0
%41
%12
%22

Triadic Colors of #c675ae

#c675ae #aec675 #75aec6

Analogous Colors of #c675ae

#c675ae #c67586 #b675c6

Monochromatic Colors of #c675ae

#c675ae

Complementary Color

#c675ae #75c68d

#c675ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675ae Color CSS Codes

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

#c675ae Text Font Color

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

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


#c675ae Background Color

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

This div background color is #c675ae


#c675ae Border Color

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

This div border color is #c675ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,117,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 #c675ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675ae


Comments

No comments written yet.

Please login to write comment.