Color Hex Logo

#c387cf Color Hex

#C387CF
(195,135,207)
0 Favorites   0 Comments

Color spaces of #c387cf

RGB 195135207
HSL0.810.430.67
HSV290°35°81°
CMYK 0.060.350.00   0.19
XYZ42.432133.435063.2487
Yxy33.43500.30500.2403
Hunter Lab57.823029.7979-24.3772
CIE-Lab64.511635.1069-28.0629

#c387cf color RGB value is (195,135,207).

#c387cf hex color red value is 195, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c387cf hue: 0.81 , saturation: 0.43 and the lightness value of c387cf is 0.67.

The process color (four color CMYK) of #c387cf color hex is 0.06, 0.35, 0.00, 0.19. Web safe color of #c387cf is #cc99cc. Color #c387cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11001111
Octal 303 207 317
Decimal 195 135 207
Hex C3 87 CF

RGB Percentages of Color #c387cf

%36.31
%25.14
%38.55

CMYK Percentages of Color #c387cf

%6
%35
%0
%19

Triadic Colors of #c387cf

#c387cf #cfc387 #87cfc3

Analogous Colors of #c387cf

#c387cf #cf87b7 #9f87cf

Monochromatic Colors of #c387cf

#c387cf

Complementary Color

#c387cf #93cf87

#c387cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387cf Color CSS Codes

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

#c387cf Text Font Color

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

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


#c387cf Background Color

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

This div background color is #c387cf


#c387cf Border Color

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

This div border color is #c387cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387cf


Comments

No comments written yet.

Please login to write comment.