Color Hex Logo

#c377eb Color Hex

#C377EB
(195,119,235)
0 Favorites   0 Comments

Color spaces of #c377eb

RGB 195119235
HSL0.780.740.69
HSV279°49°92°
CMYK 0.170.490.00   0.08
XYZ44.097930.793982.2169
Yxy30.79390.28070.1960
Hunter Lab55.492344.7367-48.9990
CIE-Lab62.333349.4329-47.0652

#c377eb color RGB value is (195,119,235).

#c377eb hex color red value is 195, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c377eb hue: 0.78 , saturation: 0.74 and the lightness value of c377eb is 0.69.

The process color (four color CMYK) of #c377eb color hex is 0.17, 0.49, 0.00, 0.08. Web safe color of #c377eb is #cc66ff. Color #c377eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 11101011
Octal 303 167 353
Decimal 195 119 235
Hex C3 77 EB

RGB Percentages of Color #c377eb

%35.52
%21.68
%42.81

CMYK Percentages of Color #c377eb

%17
%49
%0
%8

Triadic Colors of #c377eb

#c377eb #ebc377 #77ebc3

Analogous Colors of #c377eb

#c377eb #eb77d9 #8977eb

Monochromatic Colors of #c377eb

#c377eb

Complementary Color

#c377eb #9feb77

#c377eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377eb Color CSS Codes

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

#c377eb Text Font Color

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

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


#c377eb Background Color

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

This div background color is #c377eb


#c377eb Border Color

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

This div border color is #c377eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377eb


Comments

No comments written yet.

Please login to write comment.