Color Hex Logo

#c387bf Color Hex

#C387BF
(195,135,191)
0 Favorites   0 Comments

Color spaces of #c387bf

RGB 195135191
HSL0.840.330.65
HSV304°31°76°
CMYK 0.000.310.02   0.24
XYZ40.573632.691653.4619
Yxy32.69160.32020.2580
Hunter Lab57.176626.6081-15.4144
CIE-Lab63.910432.0355-20.0057

#c387bf color RGB value is (195,135,191).

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

The process color (four color CMYK) of #c387bf color hex is 0.00, 0.31, 0.02, 0.24. Web safe color of #c387bf is #cc99cc. Color #c387bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10111111
Octal 303 207 277
Decimal 195 135 191
Hex C3 87 BF

RGB Percentages of Color #c387bf

%37.43
%25.91
%36.66

CMYK Percentages of Color #c387bf

%0
%31
%2
%24

Triadic Colors of #c387bf

#c387bf #bfc387 #87bfc3

Analogous Colors of #c387bf

#c387bf #c387a1 #a987c3

Monochromatic Colors of #c387bf

#c387bf

Complementary Color

#c387bf #87c38b

#c387bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387bf Color CSS Codes

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

#c387bf Text Font Color

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

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


#c387bf Background Color

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

This div background color is #c387bf


#c387bf Border Color

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

This div border color is #c387bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387bf


Comments

No comments written yet.

Please login to write comment.