Color Hex Logo

#c68ecb Color Hex

#C68ECB
(198,142,203)
0 Favorites   0 Comments

Color spaces of #c68ecb

RGB 198142203
HSL0.820.370.68
HSV295°30°80°
CMYK 0.020.300.00   0.20
XYZ43.741235.663661.0783
Yxy35.66360.31140.2539
Hunter Lab59.719026.2341-18.8362
CIE-Lab66.262131.4518-23.1137

#c68ecb color RGB value is (198,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 11001011
Octal 306 216 313
Decimal 198 142 203
Hex C6 8E CB

RGB Percentages of Color #c68ecb

%36.46
%26.15
%37.38

CMYK Percentages of Color #c68ecb

%2
%30
%0
%20

Triadic Colors of #c68ecb

#c68ecb #cbc68e #8ecbc6

Analogous Colors of #c68ecb

#c68ecb #cb8eb2 #a88ecb

Monochromatic Colors of #c68ecb

#c68ecb

Complementary Color

#c68ecb #93cb8e

#c68ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ecb Color CSS Codes

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

#c68ecb Text Font Color

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

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


#c68ecb Background Color

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

This div background color is #c68ecb


#c68ecb Border Color

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

This div border color is #c68ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ecb


Comments

No comments written yet.

Please login to write comment.