Color Hex Logo

#c0accf Color Hex

#C0ACCF
(192,172,207)
0 Favorites   0 Comments

Color spaces of #c0accf

RGB 192172207
HSL0.760.270.74
HSV274°17°81°
CMYK 0.070.170.00   0.19
XYZ47.753245.216565.2423
Yxy45.21650.30180.2858
Hunter Lab67.24329.0873-10.4555
CIE-Lab73.034213.7204-15.1039

#c0accf color RGB value is (192,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 11001111
Octal 300 254 317
Decimal 192 172 207
Hex C0 AC CF

RGB Percentages of Color #c0accf

%33.63
%30.12
%36.25

CMYK Percentages of Color #c0accf

%7
%17
%0
%19

Triadic Colors of #c0accf

#c0accf #cfc0ac #accfc0

Analogous Colors of #c0accf

#c0accf #cfaccd #afaccf

Monochromatic Colors of #c0accf

#c0accf

Complementary Color

#c0accf #bbcfac

#c0accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0accf Color CSS Codes

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

#c0accf Text Font Color

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

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


#c0accf Background Color

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

This div background color is #c0accf


#c0accf Border Color

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

This div border color is #c0accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0accf


Comments

No comments written yet.

Please login to write comment.