Color Hex Logo

#c68bca Color Hex

#C68BCA
(198,139,202)
0 Favorites   0 Comments

Color spaces of #c68bca

RGB 198139202
HSL0.820.370.67
HSV296°31°79°
CMYK 0.020.310.00   0.21
XYZ43.182034.735360.3058
Yxy34.73530.31240.2513
Hunter Lab58.936727.6451-19.4117
CIE-Lab65.542132.9032-23.6568

#c68bca color RGB value is (198,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 11001010
Octal 306 213 312
Decimal 198 139 202
Hex C6 8B CA

RGB Percentages of Color #c68bca

%36.73
%25.79
%37.48

CMYK Percentages of Color #c68bca

%2
%31
%0
%21

Triadic Colors of #c68bca

#c68bca #cac68b #8bcac6

Analogous Colors of #c68bca

#c68bca #ca8baf #a78bca

Monochromatic Colors of #c68bca

#c68bca

Complementary Color

#c68bca #8fca8b

#c68bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bca Color CSS Codes

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

#c68bca Text Font Color

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

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


#c68bca Background Color

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

This div background color is #c68bca


#c68bca Border Color

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

This div border color is #c68bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bca


Comments

No comments written yet.

Please login to write comment.