Color Hex Logo

#c380cc Color Hex

#C380CC
(195,128,204)
0 Favorites   0 Comments

Color spaces of #c380cc

RGB 195128204
HSL0.810.430.65
HSV293°37°80°
CMYK 0.040.370.00   0.20
XYZ41.123931.400161.0201
Yxy31.40010.30790.2351
Hunter Lab56.035832.9361-25.3387
CIE-Lab62.843938.3268-28.9547

#c380cc color RGB value is (195,128,204).

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

The process color (four color CMYK) of #c380cc color hex is 0.04, 0.37, 0.00, 0.20. Web safe color of #c380cc is #cc99cc. Color #c380cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000000 11001100
Octal 303 200 314
Decimal 195 128 204
Hex C3 80 CC

RGB Percentages of Color #c380cc

%37.00
%24.29
%38.71

CMYK Percentages of Color #c380cc

%4
%37
%0
%20

Triadic Colors of #c380cc

#c380cc #ccc380 #80ccc3

Analogous Colors of #c380cc

#c380cc #cc80af #9d80cc

Monochromatic Colors of #c380cc

#c380cc

Complementary Color

#c380cc #89cc80

#c380cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c380cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c380cc Color CSS Codes

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

#c380cc Text Font Color

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

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


#c380cc Background Color

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

This div background color is #c380cc


#c380cc Border Color

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

This div border color is #c380cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,128,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c380cc


Comments

No comments written yet.

Please login to write comment.