Color Hex Logo

#c693cc Color Hex

#C693CC
(198,147,204)
0 Favorites   0 Comments

Color spaces of #c693cc

RGB 198147204
HSL0.820.360.69
HSV294°28°80°
CMYK 0.030.280.00   0.20
XYZ44.621537.232861.9616
Yxy37.23280.31030.2589
Hunter Lab61.018723.7501-17.4931
CIE-Lab67.451328.8982-21.8547

#c693cc color RGB value is (198,147,204).

#c693cc hex color red value is 198, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c693cc hue: 0.82 , saturation: 0.36 and the lightness value of c693cc is 0.69.

The process color (four color CMYK) of #c693cc color hex is 0.03, 0.28, 0.00, 0.20. Web safe color of #c693cc is #cc99cc. Color #c693cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 11001100
Octal 306 223 314
Decimal 198 147 204
Hex C6 93 CC

RGB Percentages of Color #c693cc

%36.07
%26.78
%37.16

CMYK Percentages of Color #c693cc

%3
%28
%0
%20

Triadic Colors of #c693cc

#c693cc #ccc693 #93ccc6

Analogous Colors of #c693cc

#c693cc #cc93b6 #aa93cc

Monochromatic Colors of #c693cc

#c693cc

Complementary Color

#c693cc #99cc93

#c693cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693cc Color CSS Codes

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

#c693cc Text Font Color

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

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


#c693cc Background Color

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

This div background color is #c693cc


#c693cc Border Color

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

This div border color is #c693cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,147,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c693cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c693cc;
  -webkit-box-shadow: 1px 1px 3px 2px #c693cc;
  box-shadow:         1px 1px 3px 2px #c693cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,147,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693cc


Comments

No comments written yet.

Please login to write comment.