Color Hex Logo

#c7accf Color Hex

#C7ACCF
(199,172,207)
0 Favorites   0 Comments

Color spaces of #c7accf

RGB 199172207
HSL0.800.270.74
HSV286°17°81°
CMYK 0.040.170.00   0.19
XYZ49.568246.152265.3272
Yxy46.15220.30780.2866
Hunter Lab67.935411.3533-9.4589
CIE-Lab73.644216.0647-14.1254

#c7accf color RGB value is (199,172,207).

#c7accf hex color red value is 199, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c7accf hue: 0.80 , saturation: 0.27 and the lightness value of c7accf is 0.74.

The process color (four color CMYK) of #c7accf color hex is 0.04, 0.17, 0.00, 0.19. Web safe color of #c7accf is #cc99cc. Color #c7accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11001111
Octal 307 254 317
Decimal 199 172 207
Hex C7 AC CF

RGB Percentages of Color #c7accf

%34.43
%29.76
%35.81

CMYK Percentages of Color #c7accf

%4
%17
%0
%19

Triadic Colors of #c7accf

#c7accf #cfc7ac #accfc7

Analogous Colors of #c7accf

#c7accf #cfacc6 #b6accf

Monochromatic Colors of #c7accf

#c7accf

Complementary Color

#c7accf #b4cfac

#c7accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7accf Color CSS Codes

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

#c7accf Text Font Color

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

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


#c7accf Background Color

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

This div background color is #c7accf


#c7accf Border Color

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

This div border color is #c7accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7accf


Comments

No comments written yet.

Please login to write comment.