Color Hex Logo

#c380af Color Hex

#C380AF
(195,128,175)
0 Favorites   0 Comments

Color spaces of #c380af

RGB 195128175
HSL0.880.360.63
HSV318°34°76°
CMYK 0.000.340.10   0.24
XYZ37.962730.135644.3733
Yxy30.13560.33750.2679
Hunter Lab54.895927.3720-9.4980
CIE-Lab61.771033.0018-14.1924

#c380af color RGB value is (195,128,175).

#c380af hex color red value is 195, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c380af hue: 0.88 , saturation: 0.36 and the lightness value of c380af is 0.63.

The process color (four color CMYK) of #c380af color hex is 0.00, 0.34, 0.10, 0.24. Web safe color of #c380af is #cc9999. Color #c380af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000000 10101111
Octal 303 200 257
Decimal 195 128 175
Hex C3 80 AF

RGB Percentages of Color #c380af

%39.16
%25.70
%35.14

CMYK Percentages of Color #c380af

%0
%34
%10
%24

Triadic Colors of #c380af

#c380af #afc380 #80afc3

Analogous Colors of #c380af

#c380af #c3808e #b680c3

Monochromatic Colors of #c380af

#c380af

Complementary Color

#c380af #80c394

#c380af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c380af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c380af Color CSS Codes

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

#c380af Text Font Color

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

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


#c380af Background Color

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

This div background color is #c380af


#c380af Border Color

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

This div border color is #c380af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c380af


Comments

No comments written yet.

Please login to write comment.