Color Hex Logo

#c387ad Color Hex

#C387AD
(195,135,173)
0 Favorites   0 Comments

Color spaces of #c387ad

RGB 195135173
HSL0.890.330.65
HSV322°31°76°
CMYK 0.000.310.11   0.24
XYZ38.712531.947243.6612
Yxy31.94720.33860.2795
Hunter Lab56.521923.3436-6.2342
CIE-Lab63.299228.8233-10.7602

#c387ad color RGB value is (195,135,173).

#c387ad hex color red value is 195, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c387ad hue: 0.89 , saturation: 0.33 and the lightness value of c387ad is 0.65.

The process color (four color CMYK) of #c387ad color hex is 0.00, 0.31, 0.11, 0.24. Web safe color of #c387ad is #cc9999. Color #c387ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10101101
Octal 303 207 255
Decimal 195 135 173
Hex C3 87 AD

RGB Percentages of Color #c387ad

%38.77
%26.84
%34.39

CMYK Percentages of Color #c387ad

%0
%31
%11
%24

Triadic Colors of #c387ad

#c387ad #adc387 #87adc3

Analogous Colors of #c387ad

#c387ad #c3878f #bb87c3

Monochromatic Colors of #c387ad

#c387ad

Complementary Color

#c387ad #87c39d

#c387ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ad Color CSS Codes

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

#c387ad Text Font Color

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

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


#c387ad Background Color

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

This div background color is #c387ad


#c387ad Border Color

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

This div border color is #c387ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ad


Comments

No comments written yet.

Please login to write comment.