Color Hex Logo

#c049ce Color Hex

#C049CE
(192,73,206)
0 Favorites   0 Comments

Color spaces of #c049ce

RGB 19273206
HSL0.820.580.55
HSV294°65°81°
CMYK 0.070.650.00   0.19
XYZ35.261320.427860.4770
Yxy20.42780.30350.1758
Hunter Lab45.197160.1648-47.6963
CIE-Lab52.317564.8000-46.6131

#c049ce color RGB value is (192,73,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11001110
Octal 300 111 316
Decimal 192 73 206
Hex C0 49 CE

RGB Percentages of Color #c049ce

%40.76
%15.50
%43.74

CMYK Percentages of Color #c049ce

%7
%65
%0
%19

Triadic Colors of #c049ce

#c049ce #cec049 #49cec0

Analogous Colors of #c049ce

#c049ce #ce499a #7e49ce

Monochromatic Colors of #c049ce

#c049ce

Complementary Color

#c049ce #57ce49

#c049ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049ce Color CSS Codes

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

#c049ce Text Font Color

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

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


#c049ce Background Color

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

This div background color is #c049ce


#c049ce Border Color

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

This div border color is #c049ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,73,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 #c049ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049ce


Comments

No comments written yet.

Please login to write comment.