Color Hex Logo

#c387be Color Hex

#C387BE
(195,135,190)
0 Favorites   0 Comments

Color spaces of #c387be

RGB 195135190
HSL0.850.330.65
HSV305°31°76°
CMYK 0.000.310.03   0.24
XYZ40.463932.647852.8842
Yxy32.64780.32120.2591
Hunter Lab57.138326.4173-14.8790
CIE-Lab63.874731.8498-19.4968

#c387be color RGB value is (195,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 10111110
Octal 303 207 276
Decimal 195 135 190
Hex C3 87 BE

RGB Percentages of Color #c387be

%37.50
%25.96
%36.54

CMYK Percentages of Color #c387be

%0
%31
%3
%24

Triadic Colors of #c387be

#c387be #bec387 #87bec3

Analogous Colors of #c387be

#c387be #c387a0 #aa87c3

Monochromatic Colors of #c387be

#c387be

Complementary Color

#c387be #87c38c

#c387be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387be Color CSS Codes

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

#c387be Text Font Color

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

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


#c387be Background Color

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

This div background color is #c387be


#c387be Border Color

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

This div border color is #c387be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387be


Comments

No comments written yet.

Please login to write comment.