Color Hex Logo

#c77acf Color Hex

#C77ACF
(199,122,207)
0 Favorites   0 Comments

Color spaces of #c77acf

RGB 199122207
HSL0.820.470.65
HSV294°41°81°
CMYK 0.040.410.00   0.19
XYZ41.775230.566262.7296
Yxy30.56620.30930.2263
Hunter Lab55.286738.1247-28.5711
CIE-Lab62.139743.3482-31.6946

#c77acf color RGB value is (199,122,207).

#c77acf hex color red value is 199, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c77acf hue: 0.82 , saturation: 0.47 and the lightness value of c77acf is 0.65.

The process color (four color CMYK) of #c77acf color hex is 0.04, 0.41, 0.00, 0.19. Web safe color of #c77acf is #cc66cc. Color #c77acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111010 11001111
Octal 307 172 317
Decimal 199 122 207
Hex C7 7A CF

RGB Percentages of Color #c77acf

%37.69
%23.11
%39.20

CMYK Percentages of Color #c77acf

%4
%41
%0
%19

Triadic Colors of #c77acf

#c77acf #cfc77a #7acfc7

Analogous Colors of #c77acf

#c77acf #cf7aad #9d7acf

Monochromatic Colors of #c77acf

#c77acf

Complementary Color

#c77acf #82cf7a

#c77acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77acf Color CSS Codes

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

#c77acf Text Font Color

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

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


#c77acf Background Color

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

This div background color is #c77acf


#c77acf Border Color

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

This div border color is #c77acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,122,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77acf


Comments

No comments written yet.

Please login to write comment.