Color Hex Logo

#c395c8 Color Hex

#C395C8
(195,149,200)
0 Favorites   0 Comments

Color spaces of #c395c8

RGB 195149200
HSL0.820.320.68
HSV294°26°78°
CMYK 0.030.260.00   0.22
XYZ43.678437.267159.5348
Yxy37.26710.31090.2653
Hunter Lab61.046820.8832-15.0888
CIE-Lab67.476926.0305-19.6179

#c395c8 color RGB value is (195,149,200).

#c395c8 hex color red value is 195, green value is 149 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c395c8 hue: 0.82 , saturation: 0.32 and the lightness value of c395c8 is 0.68.

The process color (four color CMYK) of #c395c8 color hex is 0.03, 0.26, 0.00, 0.22. Web safe color of #c395c8 is #cc99cc. Color #c395c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010101 11001000
Octal 303 225 310
Decimal 195 149 200
Hex C3 95 C8

RGB Percentages of Color #c395c8

%35.85
%27.39
%36.76

CMYK Percentages of Color #c395c8

%3
%26
%0
%22

Triadic Colors of #c395c8

#c395c8 #c8c395 #95c8c3

Analogous Colors of #c395c8

#c395c8 #c895b4 #aa95c8

Monochromatic Colors of #c395c8

#c395c8

Complementary Color

#c395c8 #9ac895

#c395c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c395c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c395c8 Color CSS Codes

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

#c395c8 Text Font Color

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

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


#c395c8 Background Color

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

This div background color is #c395c8


#c395c8 Border Color

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

This div border color is #c395c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c395c8


Comments

No comments written yet.

Please login to write comment.