Color Hex Logo

#c046ed Color Hex

#C046ED
(192,70,237)
0 Favorites   0 Comments

Color spaces of #c046ed

RGB 19270237
HSL0.790.820.60
HSV284°70°93°
CMYK 0.190.700.00   0.07
XYZ39.214421.701282.2427
Yxy21.70120.27390.1516
Hunter Lab46.584568.7365-72.0644
CIE-Lab53.708571.7574-61.9545

#c046ed color RGB value is (192,70,237).

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

The process color (four color CMYK) of #c046ed color hex is 0.19, 0.70, 0.00, 0.07. Web safe color of #c046ed is #cc33ff. Color #c046ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 11101101
Octal 300 106 355
Decimal 192 70 237
Hex C0 46 ED

RGB Percentages of Color #c046ed

%38.48
%14.03
%47.49

CMYK Percentages of Color #c046ed

%19
%70
%0
%7

Triadic Colors of #c046ed

#c046ed #edc046 #46edc0

Analogous Colors of #c046ed

#c046ed #ed46c7 #6d46ed

Monochromatic Colors of #c046ed

#c046ed

Complementary Color

#c046ed #73ed46

#c046ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c046ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c046ed Color CSS Codes

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

#c046ed Text Font Color

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

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


#c046ed Background Color

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

This div background color is #c046ed


#c046ed Border Color

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

This div border color is #c046ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c046ed


Comments

No comments written yet.

Please login to write comment.