Color Hex Logo

#c46bbf Color Hex

#C46BBF
(196,107,191)
0 Favorites   0 Comments

Color spaces of #c46bbf

RGB 196107191
HSL0.840.430.59
HSV303°45°77°
CMYK 0.000.450.03   0.23
XYZ37.426626.012752.3386
Yxy26.01270.32330.2247
Hunter Lab51.002641.7317-25.1412
CIE-Lab58.049147.3032-28.9985

#c46bbf color RGB value is (196,107,191).

#c46bbf hex color red value is 196, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c46bbf hue: 0.84 , saturation: 0.43 and the lightness value of c46bbf is 0.59.

The process color (four color CMYK) of #c46bbf color hex is 0.00, 0.45, 0.03, 0.23. Web safe color of #c46bbf is #cc66cc. Color #c46bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 10111111
Octal 304 153 277
Decimal 196 107 191
Hex C4 6B BF

RGB Percentages of Color #c46bbf

%39.68
%21.66
%38.66

CMYK Percentages of Color #c46bbf

%0
%45
%3
%23

Triadic Colors of #c46bbf

#c46bbf #bfc46b #6bbfc4

Analogous Colors of #c46bbf

#c46bbf #c46b93 #9d6bc4

Monochromatic Colors of #c46bbf

#c46bbf

Complementary Color

#c46bbf #6bc470

#c46bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bbf Color CSS Codes

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

#c46bbf Text Font Color

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

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


#c46bbf Background Color

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

This div background color is #c46bbf


#c46bbf Border Color

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

This div border color is #c46bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,107,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c46bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c46bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c46bbf;
  box-shadow:         1px 1px 3px 2px #c46bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,107,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bbf


Comments

No comments written yet.

Please login to write comment.