Color Hex Logo

#c049cf Color Hex

#C049CF
(192,73,207)
0 Favorites   0 Comments

Color spaces of #c049cf

RGB 19273207
HSL0.810.580.55
HSV293°65°81°
CMYK 0.070.650.00   0.19
XYZ35.383320.476561.1189
Yxy20.47650.30250.1750
Hunter Lab45.251060.3861-48.4053
CIE-Lab52.371764.9801-47.0992

#c049cf color RGB value is (192,73,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 11001111
Octal 300 111 317
Decimal 192 73 207
Hex C0 49 CF

RGB Percentages of Color #c049cf

%40.68
%15.47
%43.86

CMYK Percentages of Color #c049cf

%7
%65
%0
%19

Triadic Colors of #c049cf

#c049cf #cfc049 #49cfc0

Analogous Colors of #c049cf

#c049cf #cf499b #7d49cf

Monochromatic Colors of #c049cf

#c049cf

Complementary Color

#c049cf #58cf49

#c049cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c049cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c049cf Color CSS Codes

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

#c049cf Text Font Color

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

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


#c049cf Background Color

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

This div background color is #c049cf


#c049cf Border Color

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

This div border color is #c049cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c049cf


Comments

No comments written yet.

Please login to write comment.