Color Hex Logo

#c67bca Color Hex

#C67BCA
(198,123,202)
0 Favorites   0 Comments

Color spaces of #c67bca

RGB 198123202
HSL0.820.430.64
HSV297°39°79°
CMYK 0.020.390.00   0.21
XYZ41.032330.436059.5892
Yxy30.43600.31310.2322
Hunter Lab55.168836.2155-25.4224
CIE-Lab62.028641.5602-29.0613

#c67bca color RGB value is (198,123,202).

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

The process color (four color CMYK) of #c67bca color hex is 0.02, 0.39, 0.00, 0.21. Web safe color of #c67bca is #cc66cc. Color #c67bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11001010
Octal 306 173 312
Decimal 198 123 202
Hex C6 7B CA

RGB Percentages of Color #c67bca

%37.86
%23.52
%38.62

CMYK Percentages of Color #c67bca

%2
%39
%0
%21

Triadic Colors of #c67bca

#c67bca #cac67b #7bcac6

Analogous Colors of #c67bca

#c67bca #ca7ba7 #9f7bca

Monochromatic Colors of #c67bca

#c67bca

Complementary Color

#c67bca #7fca7b

#c67bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bca Color CSS Codes

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

#c67bca Text Font Color

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

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


#c67bca Background Color

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

This div background color is #c67bca


#c67bca Border Color

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

This div border color is #c67bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bca


Comments

No comments written yet.

Please login to write comment.