Color Hex Logo

#c7acf7 Color Hex

#C7ACF7
(199,172,247)
0 Favorites   0 Comments

Color spaces of #c7acf7

RGB 199172247
HSL0.730.820.82
HSV262°30°97°
CMYK 0.190.300.00   0.03
XYZ55.094248.362694.4268
Yxy48.36260.27840.2444
Hunter Lab69.543219.7123-31.8246
CIE-Lab75.053124.4241-33.7373

#c7acf7 color RGB value is (199,172,247).

#c7acf7 hex color red value is 199, green value is 172 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #c7acf7 hue: 0.73 , saturation: 0.82 and the lightness value of c7acf7 is 0.82.

The process color (four color CMYK) of #c7acf7 color hex is 0.19, 0.30, 0.00, 0.03. Web safe color of #c7acf7 is #cc99ff. Color #c7acf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11110111
Octal 307 254 367
Decimal 199 172 247
Hex C7 AC F7

RGB Percentages of Color #c7acf7

%32.20
%27.83
%39.97

CMYK Percentages of Color #c7acf7

%19
%30
%0
%3

Triadic Colors of #c7acf7

#c7acf7 #f7c7ac #acf7c7

Analogous Colors of #c7acf7

#c7acf7 #edacf7 #acb7f7

Monochromatic Colors of #c7acf7

#c7acf7

Complementary Color

#c7acf7 #dcf7ac

#c7acf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acf7 Color CSS Codes

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

#c7acf7 Text Font Color

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

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


#c7acf7 Background Color

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

This div background color is #c7acf7


#c7acf7 Border Color

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

This div border color is #c7acf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7acf7

Related Colors


Comments

No comments written yet.

Please login to write comment.