Color Hex Logo

#c0acdf Color Hex

#C0ACDF
(192,172,223)
0 Favorites   0 Comments

Color spaces of #c0acdf

RGB 192172223
HSL0.730.440.77
HSV264°23°87°
CMYK 0.140.230.00   0.13
XYZ49.810046.039276.0732
Yxy46.03920.28970.2678
Hunter Lab67.852212.2947-18.9771
CIE-Lab73.571017.0337-23.0355

#c0acdf color RGB value is (192,172,223).

#c0acdf hex color red value is 192, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c0acdf hue: 0.73 , saturation: 0.44 and the lightness value of c0acdf is 0.77.

The process color (four color CMYK) of #c0acdf color hex is 0.14, 0.23, 0.00, 0.13. Web safe color of #c0acdf is #cc99cc. Color #c0acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 11011111
Octal 300 254 337
Decimal 192 172 223
Hex C0 AC DF

RGB Percentages of Color #c0acdf

%32.71
%29.30
%37.99

CMYK Percentages of Color #c0acdf

%14
%23
%0
%13

Triadic Colors of #c0acdf

#c0acdf #dfc0ac #acdfc0

Analogous Colors of #c0acdf

#c0acdf #daacdf #acb2df

Monochromatic Colors of #c0acdf

#c0acdf

Complementary Color

#c0acdf #cbdfac

#c0acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0acdf Color CSS Codes

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

#c0acdf Text Font Color

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

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


#c0acdf Background Color

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

This div background color is #c0acdf


#c0acdf Border Color

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

This div border color is #c0acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0acdf


Comments

No comments written yet.

Please login to write comment.