Color Hex Logo

#c377cd Color Hex

#C377CD
(195,119,205)
0 Favorites   0 Comments

Color spaces of #c377cd

RGB 195119205
HSL0.810.460.64
HSV293°42°80°
CMYK 0.050.420.00   0.20
XYZ40.121929.203561.2798
Yxy29.20350.30720.2236
Hunter Lab54.040337.9559-29.4046
CIE-Lab60.960843.3470-32.4351

#c377cd color RGB value is (195,119,205).

#c377cd hex color red value is 195, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c377cd hue: 0.81 , saturation: 0.46 and the lightness value of c377cd is 0.64.

The process color (four color CMYK) of #c377cd color hex is 0.05, 0.42, 0.00, 0.20. Web safe color of #c377cd is #cc66cc. Color #c377cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 11001101
Octal 303 167 315
Decimal 195 119 205
Hex C3 77 CD

RGB Percentages of Color #c377cd

%37.57
%22.93
%39.50

CMYK Percentages of Color #c377cd

%5
%42
%0
%20

Triadic Colors of #c377cd

#c377cd #cdc377 #77cdc3

Analogous Colors of #c377cd

#c377cd #cd77ac #9877cd

Monochromatic Colors of #c377cd

#c377cd

Complementary Color

#c377cd #81cd77

#c377cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377cd Color CSS Codes

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

#c377cd Text Font Color

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

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


#c377cd Background Color

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

This div background color is #c377cd


#c377cd Border Color

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

This div border color is #c377cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377cd


Comments

No comments written yet.

Please login to write comment.