Color Hex Logo

#c384bd Color Hex

#C384BD
(195,132,189)
0 Favorites   0 Comments

Color spaces of #c384bd

RGB 195132189
HSL0.850.340.64
HSV306°32°76°
CMYK 0.000.320.03   0.24
XYZ39.942231.778852.1728
Yxy31.77880.32240.2565
Hunter Lab56.372727.8219-15.4119
CIE-Lab63.159633.3085-20.0216

#c384bd color RGB value is (195,132,189).

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

The process color (four color CMYK) of #c384bd color hex is 0.00, 0.32, 0.03, 0.24. Web safe color of #c384bd is #cc99cc. Color #c384bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000100 10111101
Octal 303 204 275
Decimal 195 132 189
Hex C3 84 BD

RGB Percentages of Color #c384bd

%37.79
%25.58
%36.63

CMYK Percentages of Color #c384bd

%0
%32
%3
%24

Triadic Colors of #c384bd

#c384bd #bdc384 #84bdc3

Analogous Colors of #c384bd

#c384bd #c3849e #aa84c3

Monochromatic Colors of #c384bd

#c384bd

Complementary Color

#c384bd #84c38a

#c384bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c384bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c384bd Color CSS Codes

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

#c384bd Text Font Color

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

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


#c384bd Background Color

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

This div background color is #c384bd


#c384bd Border Color

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

This div border color is #c384bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c384bd


Comments

No comments written yet.

Please login to write comment.