Color Hex Logo

#c046bc Color Hex

#C046BC
(192,70,188)
0 Favorites   0 Comments

Color spaces of #c046bc

RGB 19270188
HSL0.840.490.51
HSV302°64°75°
CMYK 0.000.640.02   0.25
XYZ33.005519.217649.5467
Yxy19.21760.32430.1888
Hunter Lab43.837957.6762-36.3246
CIE-Lab50.940862.9031-38.4173

#c046bc color RGB value is (192,70,188).

#c046bc hex color red value is 192, green value is 70 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c046bc hue: 0.84 , saturation: 0.49 and the lightness value of c046bc is 0.51.

The process color (four color CMYK) of #c046bc color hex is 0.00, 0.64, 0.02, 0.25. Web safe color of #c046bc is #cc33cc. Color #c046bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 10111100
Octal 300 106 274
Decimal 192 70 188
Hex C0 46 BC

RGB Percentages of Color #c046bc

%42.67
%15.56
%41.78

CMYK Percentages of Color #c046bc

%0
%64
%2
%25

Triadic Colors of #c046bc

#c046bc #bcc046 #46bcc0

Analogous Colors of #c046bc

#c046bc #c0467f #8746c0

Monochromatic Colors of #c046bc

#c046bc

Complementary Color

#c046bc #46c04a

#c046bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046bc Color CSS Codes

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

#c046bc Text Font Color

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

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


#c046bc Background Color

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

This div background color is #c046bc


#c046bc Border Color

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

This div border color is #c046bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,70,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c046bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c046bc;
  -webkit-box-shadow: 1px 1px 3px 2px #c046bc;
  box-shadow:         1px 1px 3px 2px #c046bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,70,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046bc


Comments

No comments written yet.

Please login to write comment.