Color Hex Logo

#c68ccb Color Hex

#C68CCB
(198,140,203)
0 Favorites   0 Comments

Color spaces of #c68ccb

RGB 198140203
HSL0.820.380.67
HSV295°31°80°
CMYK 0.020.310.00   0.20
XYZ43.446335.073760.9800
Yxy35.07370.31140.2514
Hunter Lab59.223127.3081-19.5928
CIE-Lab65.806032.5482-23.8116

#c68ccb color RGB value is (198,140,203).

#c68ccb hex color red value is 198, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c68ccb hue: 0.82 , saturation: 0.38 and the lightness value of c68ccb is 0.67.

The process color (four color CMYK) of #c68ccb color hex is 0.02, 0.31, 0.00, 0.20. Web safe color of #c68ccb is #cc99cc. Color #c68ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11001011
Octal 306 214 313
Decimal 198 140 203
Hex C6 8C CB

RGB Percentages of Color #c68ccb

%36.60
%25.88
%37.52

CMYK Percentages of Color #c68ccb

%2
%31
%0
%20

Triadic Colors of #c68ccb

#c68ccb #cbc68c #8ccbc6

Analogous Colors of #c68ccb

#c68ccb #cb8cb1 #a78ccb

Monochromatic Colors of #c68ccb

#c68ccb

Complementary Color

#c68ccb #91cb8c

#c68ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ccb Color CSS Codes

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

#c68ccb Text Font Color

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

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


#c68ccb Background Color

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

This div background color is #c68ccb


#c68ccb Border Color

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

This div border color is #c68ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ccb


Comments

No comments written yet.

Please login to write comment.