Color Hex Logo

#c375ce Color Hex

#C375CE
(195,117,206)
0 Favorites   0 Comments

Color spaces of #c375ce

RGB 195117206
HSL0.810.480.63
HSV293°43°81°
CMYK 0.050.430.00   0.19
XYZ40.007528.780961.8392
Yxy28.78090.30630.2203
Hunter Lab53.647839.2314-30.7894
CIE-Lab60.587844.5981-33.5792

#c375ce color RGB value is (195,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110101 11001110
Octal 303 165 316
Decimal 195 117 206
Hex C3 75 CE

RGB Percentages of Color #c375ce

%37.64
%22.59
%39.77

CMYK Percentages of Color #c375ce

%5
%43
%0
%19

Triadic Colors of #c375ce

#c375ce #cec375 #75cec3

Analogous Colors of #c375ce

#c375ce #ce75ad #9775ce

Monochromatic Colors of #c375ce

#c375ce

Complementary Color

#c375ce #80ce75

#c375ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c375ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c375ce Color CSS Codes

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

#c375ce Text Font Color

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

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


#c375ce Background Color

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

This div background color is #c375ce


#c375ce Border Color

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

This div border color is #c375ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c375ce


Comments

No comments written yet.

Please login to write comment.