Color Hex Logo

#c050d9 Color Hex

#C050D9
(192,80,217)
0 Favorites   0 Comments

Color spaces of #c050d9

RGB 19280217
HSL0.800.640.58
HSV289°63°85°
CMYK 0.120.630.00   0.15
XYZ37.131321.953567.9261
Yxy21.95350.29230.1728
Hunter Lab46.854659.4622-53.1558
CIE-Lab53.977663.8862-50.2411

#c050d9 color RGB value is (192,80,217).

#c050d9 hex color red value is 192, green value is 80 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c050d9 hue: 0.80 , saturation: 0.64 and the lightness value of c050d9 is 0.58.

The process color (four color CMYK) of #c050d9 color hex is 0.12, 0.63, 0.00, 0.15. Web safe color of #c050d9 is #cc66cc. Color #c050d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 11011001
Octal 300 120 331
Decimal 192 80 217
Hex C0 50 D9

RGB Percentages of Color #c050d9

%39.26
%16.36
%44.38

CMYK Percentages of Color #c050d9

%12
%63
%0
%15

Triadic Colors of #c050d9

#c050d9 #d9c050 #50d9c0

Analogous Colors of #c050d9

#c050d9 #d950ae #7c50d9

Monochromatic Colors of #c050d9

#c050d9

Complementary Color

#c050d9 #69d950

#c050d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050d9 Color CSS Codes

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

#c050d9 Text Font Color

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

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


#c050d9 Background Color

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

This div background color is #c050d9


#c050d9 Border Color

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

This div border color is #c050d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050d9


Comments

No comments written yet.

Please login to write comment.