Color Hex Logo

#c376cf Color Hex

#C376CF
(195,118,207)
0 Favorites   0 Comments

Color spaces of #c376cf

RGB 195118207
HSL0.810.480.64
HSV292°43°81°
CMYK 0.060.430.00   0.19
XYZ40.246629.064062.5202
Yxy29.06400.30530.2205
Hunter Lab53.911038.9126-31.0204
CIE-Lab60.838144.2642-33.7534

#c376cf color RGB value is (195,118,207).

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

The process color (four color CMYK) of #c376cf color hex is 0.06, 0.43, 0.00, 0.19. Web safe color of #c376cf is #cc66cc. Color #c376cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 11001111
Octal 303 166 317
Decimal 195 118 207
Hex C3 76 CF

RGB Percentages of Color #c376cf

%37.50
%22.69
%39.81

CMYK Percentages of Color #c376cf

%6
%43
%0
%19

Triadic Colors of #c376cf

#c376cf #cfc376 #76cfc3

Analogous Colors of #c376cf

#c376cf #cf76af #9776cf

Monochromatic Colors of #c376cf

#c376cf

Complementary Color

#c376cf #82cf76

#c376cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376cf Color CSS Codes

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

#c376cf Text Font Color

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

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


#c376cf Background Color

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

This div background color is #c376cf


#c376cf Border Color

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

This div border color is #c376cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376cf


Comments

No comments written yet.

Please login to write comment.