Color Hex Logo

#c650da Color Hex

#C650DA
(198,80,218)
0 Favorites   0 Comments

Color spaces of #c650da

RGB 19880218
HSL0.810.650.58
HSV291°63°85°
CMYK 0.090.630.00   0.15
XYZ38.812322.805068.6858
Yxy22.80500.29790.1750
Hunter Lab47.754661.5045-51.8491
CIE-Lab54.870965.4705-49.3357

#c650da color RGB value is (198,80,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 11011010
Octal 306 120 332
Decimal 198 80 218
Hex C6 50 DA

RGB Percentages of Color #c650da

%39.92
%16.13
%43.95

CMYK Percentages of Color #c650da

%9
%63
%0
%15

Triadic Colors of #c650da

#c650da #dac650 #50dac6

Analogous Colors of #c650da

#c650da #da50a9 #8150da

Monochromatic Colors of #c650da

#c650da

Complementary Color

#c650da #64da50

#c650da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c650da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c650da Color CSS Codes

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

#c650da Text Font Color

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

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


#c650da Background Color

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

This div background color is #c650da


#c650da Border Color

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

This div border color is #c650da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c650da


Comments

No comments written yet.

Please login to write comment.