Color Hex Logo

#c350da Color Hex

#C350DA
(195,80,218)
0 Favorites   0 Comments

Color spaces of #c350da

RGB 19580218
HSL0.810.650.58
HSV290°63°85°
CMYK 0.110.630.00   0.15
XYZ38.029222.401468.6492
Yxy22.40140.29460.1735
Hunter Lab47.330160.5950-52.8651
CIE-Lab54.450364.7715-50.0304

#c350da color RGB value is (195,80,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 11011010
Octal 303 120 332
Decimal 195 80 218
Hex C3 50 DA

RGB Percentages of Color #c350da

%39.55
%16.23
%44.22

CMYK Percentages of Color #c350da

%11
%63
%0
%15

Triadic Colors of #c350da

#c350da #dac350 #50dac3

Analogous Colors of #c350da

#c350da #da50ac #7e50da

Monochromatic Colors of #c350da

#c350da

Complementary Color

#c350da #67da50

#c350da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c350da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c350da Color CSS Codes

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

#c350da Text Font Color

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

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


#c350da Background Color

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

This div background color is #c350da


#c350da Border Color

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

This div border color is #c350da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c350da


Comments

No comments written yet.

Please login to write comment.