Color Hex Logo

#c050da Color Hex

#C050DA
(192,80,218)
0 Favorites   0 Comments

Color spaces of #c050da

RGB 19280218
HSL0.800.650.58
HSV289°63°85°
CMYK 0.120.630.00   0.15
XYZ37.261822.005768.6133
Yxy22.00570.29140.1721
Hunter Lab46.910259.6935-53.8834
CIE-Lab54.033164.0750-50.7199

#c050da color RGB value is (192,80,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 11011010
Octal 300 120 332
Decimal 192 80 218
Hex C0 50 DA

RGB Percentages of Color #c050da

%39.18
%16.33
%44.49

CMYK Percentages of Color #c050da

%12
%63
%0
%15

Triadic Colors of #c050da

#c050da #dac050 #50dac0

Analogous Colors of #c050da

#c050da #da50af #7b50da

Monochromatic Colors of #c050da

#c050da

Complementary Color

#c050da #6ada50

#c050da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050da Color CSS Codes

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

#c050da Text Font Color

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

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


#c050da Background Color

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

This div background color is #c050da


#c050da Border Color

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

This div border color is #c050da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050da


Comments

No comments written yet.

Please login to write comment.