Color Hex Logo

#c379ab Color Hex

#C379AB
(195,121,171)
0 Favorites   0 Comments

Color spaces of #c379ab

RGB 195121171
HSL0.890.380.62
HSV319°38°76°
CMYK 0.000.380.12   0.24
XYZ36.693728.217142.0406
Yxy28.21710.34310.2638
Hunter Lab53.119830.3434-9.7401
CIE-Lab60.084436.1225-14.4552

#c379ab color RGB value is (195,121,171).

#c379ab hex color red value is 195, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c379ab hue: 0.89 , saturation: 0.38 and the lightness value of c379ab is 0.62.

The process color (four color CMYK) of #c379ab color hex is 0.00, 0.38, 0.12, 0.24. Web safe color of #c379ab is #cc6699. Color #c379ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111001 10101011
Octal 303 171 253
Decimal 195 121 171
Hex C3 79 AB

RGB Percentages of Color #c379ab

%40.04
%24.85
%35.11

CMYK Percentages of Color #c379ab

%0
%38
%12
%24

Triadic Colors of #c379ab

#c379ab #abc379 #79abc3

Analogous Colors of #c379ab

#c379ab #c37986 #b679c3

Monochromatic Colors of #c379ab

#c379ab

Complementary Color

#c379ab #79c391

#c379ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c379ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c379ab Color CSS Codes

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

#c379ab Text Font Color

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

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


#c379ab Background Color

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

This div background color is #c379ab


#c379ab Border Color

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

This div border color is #c379ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c379ab


Comments

No comments written yet.

Please login to write comment.