Color Hex Logo

#c377ef Color Hex

#C377EF
(195,119,239)
0 Favorites   0 Comments

Color spaces of #c377ef

RGB 195119239
HSL0.770.790.70
HSV278°50°94°
CMYK 0.180.500.00   0.06
XYZ44.682531.027785.2953
Yxy31.02770.27750.1927
Hunter Lab55.702545.7067-51.7969
CIE-Lab62.531050.2835-48.9695

#c377ef color RGB value is (195,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 11101111
Octal 303 167 357
Decimal 195 119 239
Hex C3 77 EF

RGB Percentages of Color #c377ef

%35.26
%21.52
%43.22

CMYK Percentages of Color #c377ef

%18
%50
%0
%6

Triadic Colors of #c377ef

#c377ef #efc377 #77efc3

Analogous Colors of #c377ef

#c377ef #ef77df #8777ef

Monochromatic Colors of #c377ef

#c377ef

Complementary Color

#c377ef #a3ef77

#c377ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377ef Color CSS Codes

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

#c377ef Text Font Color

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

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


#c377ef Background Color

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

This div background color is #c377ef


#c377ef Border Color

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

This div border color is #c377ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377ef


Comments

No comments written yet.

Please login to write comment.