Color Hex Logo

#c0acdc Color Hex

#C0ACDC
(192,172,220)
0 Favorites   0 Comments

Color spaces of #c0acdc

RGB 192172220
HSL0.740.410.77
HSV265°22°86°
CMYK 0.130.220.00   0.14
XYZ49.409045.878873.9615
Yxy45.87880.29190.2711
Hunter Lab67.733911.6739-17.3275
CIE-Lab73.466816.3979-21.5575

#c0acdc color RGB value is (192,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101100 11011100
Octal 300 254 334
Decimal 192 172 220
Hex C0 AC DC

RGB Percentages of Color #c0acdc

%32.88
%29.45
%37.67

CMYK Percentages of Color #c0acdc

%13
%22
%0
%14

Triadic Colors of #c0acdc

#c0acdc #dcc0ac #acdcc0

Analogous Colors of #c0acdc

#c0acdc #d8acdc #acb0dc

Monochromatic Colors of #c0acdc

#c0acdc

Complementary Color

#c0acdc #c8dcac

#c0acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0acdc Color CSS Codes

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

#c0acdc Text Font Color

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

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


#c0acdc Background Color

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

This div background color is #c0acdc


#c0acdc Border Color

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

This div border color is #c0acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0acdc


Comments

No comments written yet.

Please login to write comment.