Color Hex Logo

#c046ce Color Hex

#C046CE
(192,70,206)
0 Favorites   0 Comments

Color spaces of #c046ce

RGB 19270206
HSL0.820.580.54
HSV294°66°81°
CMYK 0.070.660.00   0.19
XYZ35.069020.043060.4129
Yxy20.04300.30360.1735
Hunter Lab44.769461.4771-48.6687
CIE-Lab51.885866.0065-47.2993

#c046ce color RGB value is (192,70,206).

#c046ce hex color red value is 192, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c046ce hue: 0.82 , saturation: 0.58 and the lightness value of c046ce is 0.54.

The process color (four color CMYK) of #c046ce color hex is 0.07, 0.66, 0.00, 0.19. Web safe color of #c046ce is #cc33cc. Color #c046ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 11001110
Octal 300 106 316
Decimal 192 70 206
Hex C0 46 CE

RGB Percentages of Color #c046ce

%41.03
%14.96
%44.02

CMYK Percentages of Color #c046ce

%7
%66
%0
%19

Triadic Colors of #c046ce

#c046ce #cec046 #46cec0

Analogous Colors of #c046ce

#c046ce #ce4698 #7c46ce

Monochromatic Colors of #c046ce

#c046ce

Complementary Color

#c046ce #54ce46

#c046ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046ce Color CSS Codes

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

#c046ce Text Font Color

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

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


#c046ce Background Color

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

This div background color is #c046ce


#c046ce Border Color

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

This div border color is #c046ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046ce


Comments

No comments written yet.

Please login to write comment.