Color Hex Logo

#c049cb Color Hex

#C049CB
(192,73,203)
0 Favorites   0 Comments

Color spaces of #c049cb

RGB 19273203
HSL0.820.560.54
HSV295°64°80°
CMYK 0.050.640.00   0.20
XYZ34.900320.283458.5755
Yxy20.28340.30680.1783
Hunter Lab45.037159.5089-45.5869
CIE-Lab52.156164.2653-45.1499

#c049cb color RGB value is (192,73,203).

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

The process color (four color CMYK) of #c049cb color hex is 0.05, 0.64, 0.00, 0.20. Web safe color of #c049cb is #cc33cc. Color #c049cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11001011
Octal 300 111 313
Decimal 192 73 203
Hex C0 49 CB

RGB Percentages of Color #c049cb

%41.03
%15.60
%43.38

CMYK Percentages of Color #c049cb

%5
%64
%0
%20

Triadic Colors of #c049cb

#c049cb #cbc049 #49cbc0

Analogous Colors of #c049cb

#c049cb #cb4995 #7f49cb

Monochromatic Colors of #c049cb

#c049cb

Complementary Color

#c049cb #54cb49

#c049cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049cb Color CSS Codes

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

#c049cb Text Font Color

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

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


#c049cb Background Color

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

This div background color is #c049cb


#c049cb Border Color

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

This div border color is #c049cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049cb


Comments

No comments written yet.

Please login to write comment.