Color Hex Logo

#c8accf Color Hex

#C8ACCF
(200,172,207)
0 Favorites   0 Comments

Color spaces of #c8accf

RGB 200172207
HSL0.800.270.74
HSV288°17°81°
CMYK 0.030.170.00   0.19
XYZ49.834446.289465.3397
Yxy46.28940.30860.2867
Hunter Lab68.036311.6819-9.3146
CIE-Lab73.732916.4013-13.9831

#c8accf color RGB value is (200,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11001111
Octal 310 254 317
Decimal 200 172 207
Hex C8 AC CF

RGB Percentages of Color #c8accf

%34.54
%29.71
%35.75

CMYK Percentages of Color #c8accf

%3
%17
%0
%19

Triadic Colors of #c8accf

#c8accf #cfc8ac #accfc8

Analogous Colors of #c8accf

#c8accf #cfacc5 #b7accf

Monochromatic Colors of #c8accf

#c8accf

Complementary Color

#c8accf #b3cfac

#c8accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8accf Color CSS Codes

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

#c8accf Text Font Color

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

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


#c8accf Background Color

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

This div background color is #c8accf


#c8accf Border Color

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

This div border color is #c8accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8accf


Comments

No comments written yet.

Please login to write comment.