Color Hex Logo

#c384cc Color Hex

#C384CC
(195,132,204)
0 Favorites   0 Comments

Color spaces of #c384cc

RGB 195132204
HSL0.810.410.66
HSV293°35°80°
CMYK 0.040.350.00   0.20
XYZ41.656032.464361.1975
Yxy32.46430.30780.2399
Hunter Lab56.977530.7901-23.7971
CIE-Lab63.724836.1541-27.5956

#c384cc color RGB value is (195,132,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 11001100
Octal 303 204 314
Decimal 195 132 204
Hex C3 84 CC

RGB Percentages of Color #c384cc

%36.72
%24.86
%38.42

CMYK Percentages of Color #c384cc

%4
%35
%0
%20

Triadic Colors of #c384cc

#c384cc #ccc384 #84ccc3

Analogous Colors of #c384cc

#c384cc #cc84b1 #9f84cc

Monochromatic Colors of #c384cc

#c384cc

Complementary Color

#c384cc #8dcc84

#c384cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384cc Color CSS Codes

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

#c384cc Text Font Color

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

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


#c384cc Background Color

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

This div background color is #c384cc


#c384cc Border Color

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

This div border color is #c384cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384cc


Comments

No comments written yet.

Please login to write comment.