Color Hex Logo

#c387ed Color Hex

#C387ED
(195,135,237)
0 Favorites   0 Comments

Color spaces of #c387ed

RGB 195135237
HSL0.760.740.73
HSV275°43°93°
CMYK 0.180.430.00   0.07
XYZ46.455735.044584.4365
Yxy35.04450.28000.2112
Hunter Lab59.198436.4800-43.1283
CIE-Lab65.783341.3412-42.7412

#c387ed color RGB value is (195,135,237).

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

The process color (four color CMYK) of #c387ed color hex is 0.18, 0.43, 0.00, 0.07. Web safe color of #c387ed is #cc99ff. Color #c387ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11101101
Octal 303 207 355
Decimal 195 135 237
Hex C3 87 ED

RGB Percentages of Color #c387ed

%34.39
%23.81
%41.80

CMYK Percentages of Color #c387ed

%18
%43
%0
%7

Triadic Colors of #c387ed

#c387ed #edc387 #87edc3

Analogous Colors of #c387ed

#c387ed #ed87e4 #9087ed

Monochromatic Colors of #c387ed

#c387ed

Complementary Color

#c387ed #b1ed87

#c387ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ed Color CSS Codes

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

#c387ed Text Font Color

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

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


#c387ed Background Color

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

This div background color is #c387ed


#c387ed Border Color

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

This div border color is #c387ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ed


Comments

No comments written yet.

Please login to write comment.