Color Hex Logo

#c769ab Color Hex

#C769AB
(199,105,171)
0 Favorites   0 Comments

Color spaces of #c769ab

RGB 199105171
HSL0.880.460.60
HSV318°47°78°
CMYK 0.000.470.14   0.22
XYZ35.955425.185541.4943
Yxy25.18550.35030.2454
Hunter Lab50.185240.0632-13.8928
CIE-Lab57.255745.8566-18.6986

#c769ab color RGB value is (199,105,171).

#c769ab hex color red value is 199, green value is 105 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c769ab hue: 0.88 , saturation: 0.46 and the lightness value of c769ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101001 10101011
Octal 307 151 253
Decimal 199 105 171
Hex C7 69 AB

RGB Percentages of Color #c769ab

%41.89
%22.11
%36.00

CMYK Percentages of Color #c769ab

%0
%47
%14
%22

Triadic Colors of #c769ab

#c769ab #abc769 #69abc7

Analogous Colors of #c769ab

#c769ab #c7697c #b469c7

Monochromatic Colors of #c769ab

#c769ab

Complementary Color

#c769ab #69c785

#c769ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c769ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c769ab Color CSS Codes

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

#c769ab Text Font Color

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

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


#c769ab Background Color

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

This div background color is #c769ab


#c769ab Border Color

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

This div border color is #c769ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c769ab


Comments

No comments written yet.

Please login to write comment.