Color Hex Logo

#c68fbd Color Hex

#C68FBD
(198,143,189)
0 Favorites   0 Comments

Color spaces of #c68fbd

RGB 198143189
HSL0.860.330.67
HSV310°28°78°
CMYK 0.000.280.05   0.22
XYZ42.296535.324852.7332
Yxy35.32480.32450.2710
Hunter Lab59.434723.0183-11.0006
CIE-Lab66.000828.2805-15.6815

#c68fbd color RGB value is (198,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 10111101
Octal 306 217 275
Decimal 198 143 189
Hex C6 8F BD

RGB Percentages of Color #c68fbd

%37.36
%26.98
%35.66

CMYK Percentages of Color #c68fbd

%0
%28
%5
%22

Triadic Colors of #c68fbd

#c68fbd #bdc68f #8fbdc6

Analogous Colors of #c68fbd

#c68fbd #c68fa2 #b48fc6

Monochromatic Colors of #c68fbd

#c68fbd

Complementary Color

#c68fbd #8fc698

#c68fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fbd Color CSS Codes

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

#c68fbd Text Font Color

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

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


#c68fbd Background Color

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

This div background color is #c68fbd


#c68fbd Border Color

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

This div border color is #c68fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fbd


Comments

No comments written yet.

Please login to write comment.