Color Hex Logo

#c387fa Color Hex

#C387FA
(195,135,250)
0 Favorites   0 Comments

Color spaces of #c387fa

RGB 195135250
HSL0.750.920.75
HSV271°46°98°
CMYK 0.220.460.00   0.02
XYZ48.425035.832294.8065
Yxy35.83220.27040.2001
Hunter Lab59.860039.6463-52.0017
CIE-Lab66.391544.2081-48.9263

#c387fa color RGB value is (195,135,250).

#c387fa hex color red value is 195, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c387fa hue: 0.75 , saturation: 0.92 and the lightness value of c387fa is 0.75.

The process color (four color CMYK) of #c387fa color hex is 0.22, 0.46, 0.00, 0.02. Web safe color of #c387fa is #cc99ff. Color #c387fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11111010
Octal 303 207 372
Decimal 195 135 250
Hex C3 87 FA

RGB Percentages of Color #c387fa

%33.62
%23.28
%43.10

CMYK Percentages of Color #c387fa

%22
%46
%0
%2

Triadic Colors of #c387fa

#c387fa #fac387 #87fac3

Analogous Colors of #c387fa

#c387fa #fa87f8 #8a87fa

Monochromatic Colors of #c387fa

#c387fa

Complementary Color

#c387fa #befa87

#c387fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387fa Color CSS Codes

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

#c387fa Text Font Color

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

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


#c387fa Background Color

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

This div background color is #c387fa


#c387fa Border Color

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

This div border color is #c387fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387fa


Comments

No comments written yet.

Please login to write comment.