Color Hex Logo

#c046de Color Hex

#C046DE
(192,70,222)
0 Favorites   0 Comments

Color spaces of #c046de

RGB 19270222
HSL0.800.700.57
HSV288°68°87°
CMYK 0.140.680.00   0.13
XYZ37.113220.860771.1777
Yxy20.86070.28740.1615
Hunter Lab45.673565.1162-60.4262
CIE-Lab52.796768.9170-54.9616

#c046de color RGB value is (192,70,222).

#c046de hex color red value is 192, green value is 70 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c046de hue: 0.80 , saturation: 0.70 and the lightness value of c046de is 0.57.

The process color (four color CMYK) of #c046de color hex is 0.14, 0.68, 0.00, 0.13. Web safe color of #c046de is #cc33cc. Color #c046de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 11011110
Octal 300 106 336
Decimal 192 70 222
Hex C0 46 DE

RGB Percentages of Color #c046de

%39.67
%14.46
%45.87

CMYK Percentages of Color #c046de

%14
%68
%0
%13

Triadic Colors of #c046de

#c046de #dec046 #46dec0

Analogous Colors of #c046de

#c046de #de46b0 #7446de

Monochromatic Colors of #c046de

#c046de

Complementary Color

#c046de #64de46

#c046de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046de Color CSS Codes

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

#c046de Text Font Color

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

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


#c046de Background Color

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

This div background color is #c046de


#c046de Border Color

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

This div border color is #c046de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046de


Comments

No comments written yet.

Please login to write comment.