Color Hex Logo

#c67cbb Color Hex

#C67CBB
(198,124,187)
0 Favorites   0 Comments

Color spaces of #c67cbb

RGB 198124187
HSL0.860.390.63
HSV309°37°78°
CMYK 0.000.370.06   0.22
XYZ39.466030.008950.7259
Yxy30.00890.32830.2497
Hunter Lab54.780432.7330-16.5555
CIE-Lab61.661938.2700-21.1435

#c67cbb color RGB value is (198,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 10111011
Octal 306 174 273
Decimal 198 124 187
Hex C6 7C BB

RGB Percentages of Color #c67cbb

%38.90
%24.36
%36.74

CMYK Percentages of Color #c67cbb

%0
%37
%6
%22

Triadic Colors of #c67cbb

#c67cbb #bbc67c #7cbbc6

Analogous Colors of #c67cbb

#c67cbb #c67c96 #ac7cc6

Monochromatic Colors of #c67cbb

#c67cbb

Complementary Color

#c67cbb #7cc687

#c67cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cbb Color CSS Codes

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

#c67cbb Text Font Color

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

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


#c67cbb Background Color

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

This div background color is #c67cbb


#c67cbb Border Color

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

This div border color is #c67cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cbb


Comments

No comments written yet.

Please login to write comment.