Color Hex Logo

#c68fbe Color Hex

#C68FBE
(198,143,190)
0 Favorites   0 Comments

Color spaces of #c68fbe

RGB 198143190
HSL0.860.330.67
HSV309°28°78°
CMYK 0.000.280.04   0.22
XYZ42.405435.368453.3070
Yxy35.36840.32350.2698
Hunter Lab59.471323.2027-11.5145
CIE-Lab66.034528.4625-16.1909

#c68fbe color RGB value is (198,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 10111110
Octal 306 217 276
Decimal 198 143 190
Hex C6 8F BE

RGB Percentages of Color #c68fbe

%37.29
%26.93
%35.78

CMYK Percentages of Color #c68fbe

%0
%28
%4
%22

Triadic Colors of #c68fbe

#c68fbe #bec68f #8fbec6

Analogous Colors of #c68fbe

#c68fbe #c68fa3 #b38fc6

Monochromatic Colors of #c68fbe

#c68fbe

Complementary Color

#c68fbe #8fc697

#c68fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fbe Color CSS Codes

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

#c68fbe Text Font Color

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

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


#c68fbe Background Color

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

This div background color is #c68fbe


#c68fbe Border Color

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

This div border color is #c68fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fbe


Comments

No comments written yet.

Please login to write comment.