Color Hex Logo

#c377cb Color Hex

#C377CB
(195,119,203)
0 Favorites   0 Comments

Color spaces of #c377cb

RGB 195119203
HSL0.820.450.63
HSV294°41°80°
CMYK 0.040.410.00   0.20
XYZ39.882029.107660.0162
Yxy29.10760.30910.2256
Hunter Lab53.951537.5357-28.1888
CIE-Lab60.876542.9615-31.4376

#c377cb color RGB value is (195,119,203).

#c377cb hex color red value is 195, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c377cb hue: 0.82 , saturation: 0.45 and the lightness value of c377cb is 0.63.

The process color (four color CMYK) of #c377cb color hex is 0.04, 0.41, 0.00, 0.20. Web safe color of #c377cb is #cc66cc. Color #c377cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 11001011
Octal 303 167 313
Decimal 195 119 203
Hex C3 77 CB

RGB Percentages of Color #c377cb

%37.72
%23.02
%39.26

CMYK Percentages of Color #c377cb

%4
%41
%0
%20

Triadic Colors of #c377cb

#c377cb #cbc377 #77cbc3

Analogous Colors of #c377cb

#c377cb #cb77a9 #9977cb

Monochromatic Colors of #c377cb

#c377cb

Complementary Color

#c377cb #7fcb77

#c377cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c377cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c377cb Color CSS Codes

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

#c377cb Text Font Color

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

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


#c377cb Background Color

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

This div background color is #c377cb


#c377cb Border Color

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

This div border color is #c377cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c377cb


Comments

No comments written yet.

Please login to write comment.