Color Hex Logo

#c377ed Color Hex

#C377ED
(195,119,237)
0 Favorites   0 Comments

Color spaces of #c377ed

RGB 195119237
HSL0.770.770.70
HSV279°50°93°
CMYK 0.180.500.00   0.07
XYZ44.388630.910283.7475
Yxy30.91020.27910.1943
Hunter Lab55.596945.2198-50.3926
CIE-Lab62.431849.8570-48.0186

#c377ed color RGB value is (195,119,237).

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

The process color (four color CMYK) of #c377ed color hex is 0.18, 0.50, 0.00, 0.07. Web safe color of #c377ed is #cc66ff. Color #c377ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 11101101
Octal 303 167 355
Decimal 195 119 237
Hex C3 77 ED

RGB Percentages of Color #c377ed

%35.39
%21.60
%43.01

CMYK Percentages of Color #c377ed

%18
%50
%0
%7

Triadic Colors of #c377ed

#c377ed #edc377 #77edc3

Analogous Colors of #c377ed

#c377ed #ed77dc #8877ed

Monochromatic Colors of #c377ed

#c377ed

Complementary Color

#c377ed #a1ed77

#c377ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377ed Color CSS Codes

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

#c377ed Text Font Color

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

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


#c377ed Background Color

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

This div background color is #c377ed


#c377ed Border Color

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

This div border color is #c377ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,119,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 #c377ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377ed


Comments

No comments written yet.

Please login to write comment.