Color Hex Logo

#c66fba Color Hex

#C66FBA
(198,111,186)
0 Favorites   0 Comments

Color spaces of #c66fba

RGB 198111186
HSL0.860.430.61
HSV308°44°78°
CMYK 0.000.440.06   0.22
XYZ37.836126.919849.6562
Yxy26.91980.33070.2353
Hunter Lab51.884339.3718-20.4249
CIE-Lab58.900044.9672-24.8078

#c66fba color RGB value is (198,111,186).

#c66fba hex color red value is 198, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c66fba hue: 0.86 , saturation: 0.43 and the lightness value of c66fba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101111 10111010
Octal 306 157 272
Decimal 198 111 186
Hex C6 6F BA

RGB Percentages of Color #c66fba

%40.00
%22.42
%37.58

CMYK Percentages of Color #c66fba

%0
%44
%6
%22

Triadic Colors of #c66fba

#c66fba #bac66f #6fbac6

Analogous Colors of #c66fba

#c66fba #c66f8f #a76fc6

Monochromatic Colors of #c66fba

#c66fba

Complementary Color

#c66fba #6fc67b

#c66fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66fba Color CSS Codes

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

#c66fba Text Font Color

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

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


#c66fba Background Color

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

This div background color is #c66fba


#c66fba Border Color

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

This div border color is #c66fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66fba


Comments

No comments written yet.

Please login to write comment.