Color Hex Logo

#c387ae Color Hex

#C387AE
(195,135,174)
0 Favorites   0 Comments

Color spaces of #c387ae

RGB 195135174
HSL0.890.330.65
HSV321°31°76°
CMYK 0.000.310.11   0.24
XYZ38.809631.986044.1728
Yxy31.98600.33760.2782
Hunter Lab56.556223.5158-6.7187
CIE-Lab63.331328.9946-11.2786

#c387ae color RGB value is (195,135,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10101110
Octal 303 207 256
Decimal 195 135 174
Hex C3 87 AE

RGB Percentages of Color #c387ae

%38.69
%26.79
%34.52

CMYK Percentages of Color #c387ae

%0
%31
%11
%24

Triadic Colors of #c387ae

#c387ae #aec387 #87aec3

Analogous Colors of #c387ae

#c387ae #c38790 #ba87c3

Monochromatic Colors of #c387ae

#c387ae

Complementary Color

#c387ae #87c39c

#c387ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ae Color CSS Codes

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

#c387ae Text Font Color

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

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


#c387ae Background Color

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

This div background color is #c387ae


#c387ae Border Color

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

This div border color is #c387ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ae


Comments

No comments written yet.

Please login to write comment.