Color Hex Logo

#c68fbb Color Hex

#C68FBB
(198,143,187)
0 Favorites   0 Comments

Color spaces of #c68fbb

RGB 198143187
HSL0.870.330.67
HSV312°28°78°
CMYK 0.000.280.06   0.22
XYZ42.080835.238551.5975
Yxy35.23850.32640.2733
Hunter Lab59.362022.6523-9.9815
CIE-Lab65.933927.9186-14.6610

#c68fbb color RGB value is (198,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 10111011
Octal 306 217 273
Decimal 198 143 187
Hex C6 8F BB

RGB Percentages of Color #c68fbb

%37.50
%27.08
%35.42

CMYK Percentages of Color #c68fbb

%0
%28
%6
%22

Triadic Colors of #c68fbb

#c68fbb #bbc68f #8fbbc6

Analogous Colors of #c68fbb

#c68fbb #c68fa0 #b68fc6

Monochromatic Colors of #c68fbb

#c68fbb

Complementary Color

#c68fbb #8fc69a

#c68fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fbb Color CSS Codes

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

#c68fbb Text Font Color

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

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


#c68fbb Background Color

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

This div background color is #c68fbb


#c68fbb Border Color

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

This div border color is #c68fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fbb


Comments

No comments written yet.

Please login to write comment.