Color Hex Logo

#c67cbc Color Hex

#C67CBC
(198,124,188)
0 Favorites   0 Comments

Color spaces of #c67cbc

RGB 198124188
HSL0.860.390.63
HSV308°37°78°
CMYK 0.000.370.05   0.22
XYZ39.573530.051951.2918
Yxy30.05190.32730.2485
Hunter Lab54.819632.9223-17.1008
CIE-Lab61.699038.4485-21.6541

#c67cbc color RGB value is (198,124,188).

#c67cbc hex color red value is 198, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c67cbc hue: 0.86 , saturation: 0.39 and the lightness value of c67cbc is 0.63.

The process color (four color CMYK) of #c67cbc color hex is 0.00, 0.37, 0.05, 0.22. Web safe color of #c67cbc is #cc66cc. Color #c67cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 10111100
Octal 306 174 274
Decimal 198 124 188
Hex C6 7C BC

RGB Percentages of Color #c67cbc

%38.82
%24.31
%36.86

CMYK Percentages of Color #c67cbc

%0
%37
%5
%22

Triadic Colors of #c67cbc

#c67cbc #bcc67c #7cbcc6

Analogous Colors of #c67cbc

#c67cbc #c67c97 #ab7cc6

Monochromatic Colors of #c67cbc

#c67cbc

Complementary Color

#c67cbc #7cc686

#c67cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cbc Color CSS Codes

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

#c67cbc Text Font Color

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

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


#c67cbc Background Color

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

This div background color is #c67cbc


#c67cbc Border Color

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

This div border color is #c67cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cbc


Comments

No comments written yet.

Please login to write comment.