Color Hex Logo

#c68fbc Color Hex

#C68FBC
(198,143,188)
0 Favorites   0 Comments

Color spaces of #c68fbc

RGB 198143188
HSL0.860.330.67
HSV311°28°78°
CMYK 0.000.280.05   0.22
XYZ42.188335.281552.1634
Yxy35.28150.32540.2722
Hunter Lab59.398222.8348-10.4896
CIE-Lab65.967228.0992-15.1715

#c68fbc color RGB value is (198,143,188).

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

The process color (four color CMYK) of #c68fbc color hex is 0.00, 0.28, 0.05, 0.22. Web safe color of #c68fbc is #cc99cc. Color #c68fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 10111100
Octal 306 217 274
Decimal 198 143 188
Hex C6 8F BC

RGB Percentages of Color #c68fbc

%37.43
%27.03
%35.54

CMYK Percentages of Color #c68fbc

%0
%28
%5
%22

Triadic Colors of #c68fbc

#c68fbc #bcc68f #8fbcc6

Analogous Colors of #c68fbc

#c68fbc #c68fa1 #b58fc6

Monochromatic Colors of #c68fbc

#c68fbc

Complementary Color

#c68fbc #8fc699

#c68fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fbc Color CSS Codes

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

#c68fbc Text Font Color

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

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


#c68fbc Background Color

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

This div background color is #c68fbc


#c68fbc Border Color

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

This div border color is #c68fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fbc


Comments

No comments written yet.

Please login to write comment.