Color Hex Logo

#c049ff Color Hex

#C049FF
(192,73,255)
0 Favorites   0 Comments

Color spaces of #c049ff

RGB 19273255
HSL0.781.000.64
HSV279°71°100°
CMYK 0.250.710.00   0.00
XYZ42.170823.191696.8615
Yxy23.19160.26000.1430
Hunter Lab48.157772.0334-85.5421
CIE-Lab55.269174.1590-69.4728

#c049ff color RGB value is (192,73,255).

#c049ff hex color red value is 192, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c049ff hue: 0.78 , saturation: 1.00 and the lightness value of c049ff is 0.64.

The process color (four color CMYK) of #c049ff color hex is 0.25, 0.71, 0.00, 0.00. Web safe color of #c049ff is #cc33ff. Color #c049ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11111111
Octal 300 111 377
Decimal 192 73 255
Hex C0 49 FF

RGB Percentages of Color #c049ff

%36.92
%14.04
%49.04

CMYK Percentages of Color #c049ff

%25
%71
%0
%0

Triadic Colors of #c049ff

#c049ff #ffc049 #49ffc0

Analogous Colors of #c049ff

#c049ff #ff49e3 #6549ff

Monochromatic Colors of #c049ff

#c049ff

Complementary Color

#c049ff #88ff49

#c049ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049ff Color CSS Codes

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

#c049ff Text Font Color

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

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


#c049ff Background Color

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

This div background color is #c049ff


#c049ff Border Color

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

This div border color is #c049ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049ff

Related Colors


Comments

No comments written yet.

Please login to write comment.