Color Hex Logo

#c387ea Color Hex

#C387EA
(195,135,234)
0 Favorites   0 Comments

Color spaces of #c387ea

RGB 195135234
HSL0.770.700.72
HSV276°42°92°
CMYK 0.170.420.00   0.08
XYZ46.020934.870682.1470
Yxy34.87060.28230.2139
Hunter Lab59.051335.7719-41.1431
CIE-Lab65.647840.6927-41.2988

#c387ea color RGB value is (195,135,234).

#c387ea hex color red value is 195, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c387ea hue: 0.77 , saturation: 0.70 and the lightness value of c387ea is 0.72.

The process color (four color CMYK) of #c387ea color hex is 0.17, 0.42, 0.00, 0.08. Web safe color of #c387ea is #cc99ff. Color #c387ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000111 11101010
Octal 303 207 352
Decimal 195 135 234
Hex C3 87 EA

RGB Percentages of Color #c387ea

%34.57
%23.94
%41.49

CMYK Percentages of Color #c387ea

%17
%42
%0
%8

Triadic Colors of #c387ea

#c387ea #eac387 #87eac3

Analogous Colors of #c387ea

#c387ea #ea87e0 #9287ea

Monochromatic Colors of #c387ea

#c387ea

Complementary Color

#c387ea #aeea87

#c387ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c387ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c387ea Color CSS Codes

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

#c387ea Text Font Color

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

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


#c387ea Background Color

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

This div background color is #c387ea


#c387ea Border Color

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

This div border color is #c387ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c387ea


Comments

No comments written yet.

Please login to write comment.