Color Hex Logo

#c675ab Color Hex

#C675AB
(198,117,171)
0 Favorites   0 Comments

Color spaces of #c675ab

RGB 198117171
HSL0.890.420.62
HSV320°41°78°
CMYK 0.000.410.14   0.22
XYZ37.000727.668641.9185
Yxy27.66860.34710.2596
Hunter Lab52.601033.5093-10.4284
CIE-Lab59.588239.2739-15.1696

#c675ab color RGB value is (198,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 10101011
Octal 306 165 253
Decimal 198 117 171
Hex C6 75 AB

RGB Percentages of Color #c675ab

%40.74
%24.07
%35.19

CMYK Percentages of Color #c675ab

%0
%41
%14
%22

Triadic Colors of #c675ab

#c675ab #abc675 #75abc6

Analogous Colors of #c675ab

#c675ab #c67583 #b975c6

Monochromatic Colors of #c675ab

#c675ab

Complementary Color

#c675ab #75c690

#c675ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c675ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c675ab Color CSS Codes

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

#c675ab Text Font Color

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

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


#c675ab Background Color

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

This div background color is #c675ab


#c675ab Border Color

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

This div border color is #c675ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c675ab


Comments

No comments written yet.

Please login to write comment.