Color Hex Logo

#c387ef Color Hex

#C387EF
(195,135,239)
0 Favorites   0 Comments

Color spaces of #c387ef

RGB 195135239
HSL0.760.760.73
HSV275°44°94°
CMYK 0.180.440.00   0.06
XYZ46.749635.162085.9843
Yxy35.16200.27840.2094
Hunter Lab59.297636.9569-44.4651
CIE-Lab65.874641.7765-43.6998

#c387ef color RGB value is (195,135,239).

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

The process color (four color CMYK) of #c387ef color hex is 0.18, 0.44, 0.00, 0.06. Web safe color of #c387ef is #cc99ff. Color #c387ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11101111
Octal 303 207 357
Decimal 195 135 239
Hex C3 87 EF

RGB Percentages of Color #c387ef

%34.27
%23.73
%42.00

CMYK Percentages of Color #c387ef

%18
%44
%0
%6

Triadic Colors of #c387ef

#c387ef #efc387 #87efc3

Analogous Colors of #c387ef

#c387ef #ef87e7 #8f87ef

Monochromatic Colors of #c387ef

#c387ef

Complementary Color

#c387ef #b3ef87

#c387ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ef Color CSS Codes

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

#c387ef Text Font Color

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

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


#c387ef Background Color

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

This div background color is #c387ef


#c387ef Border Color

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

This div border color is #c387ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ef


Comments

No comments written yet.

Please login to write comment.