Color Hex Logo

#c46fb2 Color Hex

#C46FB2
(196,111,178)
0 Favorites   0 Comments

Color spaces of #c46fb2

RGB 196111178
HSL0.870.420.60
HSV313°43°77°
CMYK 0.000.430.09   0.23
XYZ36.485326.319045.2766
Yxy26.31900.33760.2435
Hunter Lab51.302037.1681-16.4149
CIE-Lab58.338642.9567-21.1098

#c46fb2 color RGB value is (196,111,178).

#c46fb2 hex color red value is 196, green value is 111 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c46fb2 hue: 0.87 , saturation: 0.42 and the lightness value of c46fb2 is 0.60.

The process color (four color CMYK) of #c46fb2 color hex is 0.00, 0.43, 0.09, 0.23. Web safe color of #c46fb2 is #cc6699. Color #c46fb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 10110010
Octal 304 157 262
Decimal 196 111 178
Hex C4 6F B2

RGB Percentages of Color #c46fb2

%40.41
%22.89
%36.70

CMYK Percentages of Color #c46fb2

%0
%43
%9
%23

Triadic Colors of #c46fb2

#c46fb2 #b2c46f #6fb2c4

Analogous Colors of #c46fb2

#c46fb2 #c46f88 #ac6fc4

Monochromatic Colors of #c46fb2

#c46fb2

Complementary Color

#c46fb2 #6fc481

#c46fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fb2 Color CSS Codes

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

#c46fb2 Text Font Color

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

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


#c46fb2 Background Color

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

This div background color is #c46fb2


#c46fb2 Border Color

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

This div border color is #c46fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fb2


Comments

No comments written yet.

Please login to write comment.