Color Hex Logo

#c68dcb Color Hex

#C68DCB
(198,141,203)
0 Favorites   0 Comments

Color spaces of #c68dcb

RGB 198141203
HSL0.820.370.67
HSV295°31°80°
CMYK 0.020.310.00   0.20
XYZ43.593135.367361.0289
Yxy35.36730.31140.2526
Hunter Lab59.470426.7711-19.2145
CIE-Lab66.033632.0003-23.4631

#c68dcb color RGB value is (198,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 11001011
Octal 306 215 313
Decimal 198 141 203
Hex C6 8D CB

RGB Percentages of Color #c68dcb

%36.53
%26.01
%37.45

CMYK Percentages of Color #c68dcb

%2
%31
%0
%20

Triadic Colors of #c68dcb

#c68dcb #cbc68d #8dcbc6

Analogous Colors of #c68dcb

#c68dcb #cb8db1 #a78dcb

Monochromatic Colors of #c68dcb

#c68dcb

Complementary Color

#c68dcb #92cb8d

#c68dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68dcb Color CSS Codes

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

#c68dcb Text Font Color

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

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


#c68dcb Background Color

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

This div background color is #c68dcb


#c68dcb Border Color

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

This div border color is #c68dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,141,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 #c68dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68dcb


Comments

No comments written yet.

Please login to write comment.