Color Hex Logo

#c693bc Color Hex

#C693BC
(198,147,188)
0 Favorites   0 Comments

Color spaces of #c693bc

RGB 198147188
HSL0.870.310.68
HSV312°26°78°
CMYK 0.000.260.05   0.22
XYZ42.799536.504052.3672
Yxy36.50400.32500.2772
Hunter Lab60.418520.7140-9.0961
CIE-Lab66.903225.8978-13.7613

#c693bc color RGB value is (198,147,188).

#c693bc hex color red value is 198, green value is 147 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c693bc hue: 0.87 , saturation: 0.31 and the lightness value of c693bc is 0.68.

The process color (four color CMYK) of #c693bc color hex is 0.00, 0.26, 0.05, 0.22. Web safe color of #c693bc is #cc99cc. Color #c693bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 10111100
Octal 306 223 274
Decimal 198 147 188
Hex C6 93 BC

RGB Percentages of Color #c693bc

%37.15
%27.58
%35.27

CMYK Percentages of Color #c693bc

%0
%26
%5
%22

Triadic Colors of #c693bc

#c693bc #bcc693 #93bcc6

Analogous Colors of #c693bc

#c693bc #c693a3 #b793c6

Monochromatic Colors of #c693bc

#c693bc

Complementary Color

#c693bc #93c69d

#c693bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693bc Color CSS Codes

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

#c693bc Text Font Color

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

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


#c693bc Background Color

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

This div background color is #c693bc


#c693bc Border Color

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

This div border color is #c693bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693bc


Comments

No comments written yet.

Please login to write comment.