Color Hex Logo

#c67fbb Color Hex

#C67FBB
(198,127,187)
0 Favorites   0 Comments

Color spaces of #c67fbb

RGB 198127187
HSL0.860.380.64
HSV309°36°78°
CMYK 0.000.360.06   0.22
XYZ39.847730.772450.8532
Yxy30.77240.32800.2533
Hunter Lab55.472931.1439-15.5214
CIE-Lab62.315036.6535-20.1471

#c67fbb color RGB value is (198,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 10111011
Octal 306 177 273
Decimal 198 127 187
Hex C6 7F BB

RGB Percentages of Color #c67fbb

%38.67
%24.80
%36.52

CMYK Percentages of Color #c67fbb

%0
%36
%6
%22

Triadic Colors of #c67fbb

#c67fbb #bbc67f #7fbbc6

Analogous Colors of #c67fbb

#c67fbb #c67f98 #ae7fc6

Monochromatic Colors of #c67fbb

#c67fbb

Complementary Color

#c67fbb #7fc68a

#c67fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67fbb Color CSS Codes

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

#c67fbb Text Font Color

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

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


#c67fbb Background Color

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

This div background color is #c67fbb


#c67fbb Border Color

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

This div border color is #c67fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67fbb


Comments

No comments written yet.

Please login to write comment.