Color Hex Logo

#c387af Color Hex

#C387AF
(195,135,175)
0 Favorites   0 Comments

Color spaces of #c387af

RGB 195135175
HSL0.890.330.65
HSV320°31°76°
CMYK 0.000.310.10   0.24
XYZ38.907532.025244.6883
Yxy32.02520.33650.2770
Hunter Lab56.590823.6890-7.2062
CIE-Lab63.363729.1666-11.7965

#c387af color RGB value is (195,135,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10101111
Octal 303 207 257
Decimal 195 135 175
Hex C3 87 AF

RGB Percentages of Color #c387af

%38.61
%26.73
%34.65

CMYK Percentages of Color #c387af

%0
%31
%10
%24

Triadic Colors of #c387af

#c387af #afc387 #87afc3

Analogous Colors of #c387af

#c387af #c38791 #b987c3

Monochromatic Colors of #c387af

#c387af

Complementary Color

#c387af #87c39b

#c387af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387af Color CSS Codes

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

#c387af Text Font Color

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

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


#c387af Background Color

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

This div background color is #c387af


#c387af Border Color

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

This div border color is #c387af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387af


Comments

No comments written yet.

Please login to write comment.