Color Hex Logo

#c384af Color Hex

#C384AF
(195,132,175)
0 Favorites   0 Comments

Color spaces of #c384af

RGB 195132175
HSL0.890.340.64
HSV319°32°76°
CMYK 0.000.320.10   0.24
XYZ38.494831.199844.5507
Yxy31.19980.33690.2731
Hunter Lab55.856825.2674-8.1892
CIE-Lab62.675930.8138-12.8296

#c384af color RGB value is (195,132,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 10101111
Octal 303 204 257
Decimal 195 132 175
Hex C3 84 AF

RGB Percentages of Color #c384af

%38.84
%26.29
%34.86

CMYK Percentages of Color #c384af

%0
%32
%10
%24

Triadic Colors of #c384af

#c384af #afc384 #84afc3

Analogous Colors of #c384af

#c384af #c38490 #b884c3

Monochromatic Colors of #c384af

#c384af

Complementary Color

#c384af #84c398

#c384af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384af Color CSS Codes

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

#c384af Text Font Color

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

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


#c384af Background Color

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

This div background color is #c384af


#c384af Border Color

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

This div border color is #c384af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384af


Comments

No comments written yet.

Please login to write comment.