Color Hex Logo

#c384ab Color Hex

#C384AB
(195,132,171)
0 Favorites   0 Comments

Color spaces of #c384ab

RGB 195132171
HSL0.900.340.64
HSV323°32°76°
CMYK 0.000.320.12   0.24
XYZ38.107631.044942.5119
Yxy31.04490.34130.2780
Hunter Lab55.718024.5764-6.2348
CIE-Lab62.545530.1315-10.7541

#c384ab color RGB value is (195,132,171).

#c384ab hex color red value is 195, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c384ab hue: 0.90 , saturation: 0.34 and the lightness value of c384ab is 0.64.

The process color (four color CMYK) of #c384ab color hex is 0.00, 0.32, 0.12, 0.24. Web safe color of #c384ab is #cc9999. Color #c384ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 10101011
Octal 303 204 253
Decimal 195 132 171
Hex C3 84 AB

RGB Percentages of Color #c384ab

%39.16
%26.51
%34.34

CMYK Percentages of Color #c384ab

%0
%32
%12
%24

Triadic Colors of #c384ab

#c384ab #abc384 #84abc3

Analogous Colors of #c384ab

#c384ab #c3848c #bc84c3

Monochromatic Colors of #c384ab

#c384ab

Complementary Color

#c384ab #84c39c

#c384ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384ab Color CSS Codes

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

#c384ab Text Font Color

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

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


#c384ab Background Color

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

This div background color is #c384ab


#c384ab Border Color

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

This div border color is #c384ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384ab


Comments

No comments written yet.

Please login to write comment.