Color Hex Logo

#c387ab Color Hex

#C387AB
(195,135,171)
0 Favorites   0 Comments

Color spaces of #c387ab

RGB 195135171
HSL0.900.330.65
HSV324°31°76°
CMYK 0.000.310.12   0.24
XYZ38.520331.870342.6494
Yxy31.87030.34080.2819
Hunter Lab56.453823.0024-5.2744
CIE-Lab63.235528.4834-9.7218

#c387ab color RGB value is (195,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10101011
Octal 303 207 253
Decimal 195 135 171
Hex C3 87 AB

RGB Percentages of Color #c387ab

%38.92
%26.95
%34.13

CMYK Percentages of Color #c387ab

%0
%31
%12
%24

Triadic Colors of #c387ab

#c387ab #abc387 #87abc3

Analogous Colors of #c387ab

#c387ab #c3878d #bd87c3

Monochromatic Colors of #c387ab

#c387ab

Complementary Color

#c387ab #87c39f

#c387ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ab Color CSS Codes

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

#c387ab Text Font Color

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

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


#c387ab Background Color

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

This div background color is #c387ab


#c387ab Border Color

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

This div border color is #c387ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ab


Comments

No comments written yet.

Please login to write comment.