Color Hex Logo

#c387fe Color Hex

#C387FE
(195,135,254)
0 Favorites   0 Comments

Color spaces of #c387fe

RGB 195135254
HSL0.750.980.76
HSV270°47°100°
CMYK 0.230.470.00   0.00
XYZ49.059036.085898.1455
Yxy36.08580.26770.1969
Hunter Lab60.071540.6519-54.8187
CIE-Lab66.585445.1075-50.8082

#c387fe color RGB value is (195,135,254).

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

The process color (four color CMYK) of #c387fe color hex is 0.23, 0.47, 0.00, 0.00. Web safe color of #c387fe is #cc99ff. Color #c387fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11111110
Octal 303 207 376
Decimal 195 135 254
Hex C3 87 FE

RGB Percentages of Color #c387fe

%33.39
%23.12
%43.49

CMYK Percentages of Color #c387fe

%23
%47
%0
%0

Triadic Colors of #c387fe

#c387fe #fec387 #87fec3

Analogous Colors of #c387fe

#c387fe #fe87fe #8887fe

Monochromatic Colors of #c387fe

#c387fe

Complementary Color

#c387fe #c2fe87

#c387fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387fe Color CSS Codes

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

#c387fe Text Font Color

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

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


#c387fe Background Color

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

This div background color is #c387fe


#c387fe Border Color

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

This div border color is #c387fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387fe


Comments

No comments written yet.

Please login to write comment.