Color Hex Logo

#c1acce Color Hex

#C1ACCE
(193,172,206)
0 Favorites   0 Comments

Color spaces of #c1acce

RGB 193172206
HSL0.770.260.74
HSV277°17°81°
CMYK 0.060.170.00   0.19
XYZ47.885445.298764.6122
Yxy45.29870.30350.2871
Hunter Lab67.30439.2159-9.8054
CIE-Lab73.088113.8545-14.4664

#c1acce color RGB value is (193,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 11001110
Octal 301 254 316
Decimal 193 172 206
Hex C1 AC CE

RGB Percentages of Color #c1acce

%33.80
%30.12
%36.08

CMYK Percentages of Color #c1acce

%6
%17
%0
%19

Triadic Colors of #c1acce

#c1acce #cec1ac #accec1

Analogous Colors of #c1acce

#c1acce #ceacca #b0acce

Monochromatic Colors of #c1acce

#c1acce

Complementary Color

#c1acce #b9ceac

#c1acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acce Color CSS Codes

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

#c1acce Text Font Color

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

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


#c1acce Background Color

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

This div background color is #c1acce


#c1acce Border Color

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

This div border color is #c1acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acce


Comments

No comments written yet.

Please login to write comment.