Color Hex Logo

#c67fba Color Hex

#C67FBA
(198,127,186)
0 Favorites   0 Comments

Color spaces of #c67fba

RGB 198127186
HSL0.860.380.64
HSV310°36°78°
CMYK 0.000.360.06   0.22
XYZ39.741030.729750.2912
Yxy30.72970.32910.2545
Hunter Lab55.434430.9568-14.9850
CIE-Lab62.278836.4754-19.6358

#c67fba color RGB value is (198,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 10111010
Octal 306 177 272
Decimal 198 127 186
Hex C6 7F BA

RGB Percentages of Color #c67fba

%38.75
%24.85
%36.40

CMYK Percentages of Color #c67fba

%0
%36
%6
%22

Triadic Colors of #c67fba

#c67fba #bac67f #7fbac6

Analogous Colors of #c67fba

#c67fba #c67f97 #af7fc6

Monochromatic Colors of #c67fba

#c67fba

Complementary Color

#c67fba #7fc68b

#c67fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67fba Color CSS Codes

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

#c67fba Text Font Color

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

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


#c67fba Background Color

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

This div background color is #c67fba


#c67fba Border Color

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

This div border color is #c67fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67fba


Comments

No comments written yet.

Please login to write comment.