Color Hex Logo

#c393cb Color Hex

#C393CB
(195,147,203)
0 Favorites   0 Comments

Color spaces of #c393cb

RGB 195147203
HSL0.810.350.69
HSV291°28°80°
CMYK 0.040.280.00   0.20
XYZ43.718936.781361.2952
Yxy36.78130.30830.2594
Hunter Lab60.647622.5416-17.4698
CIE-Lab67.112627.7200-21.8423

#c393cb color RGB value is (195,147,203).

#c393cb hex color red value is 195, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c393cb hue: 0.81 , saturation: 0.35 and the lightness value of c393cb is 0.69.

The process color (four color CMYK) of #c393cb color hex is 0.04, 0.28, 0.00, 0.20. Web safe color of #c393cb is #cc99cc. Color #c393cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 11001011
Octal 303 223 313
Decimal 195 147 203
Hex C3 93 CB

RGB Percentages of Color #c393cb

%35.78
%26.97
%37.25

CMYK Percentages of Color #c393cb

%4
%28
%0
%20

Triadic Colors of #c393cb

#c393cb #cbc393 #93cbc3

Analogous Colors of #c393cb

#c393cb #cb93b7 #a793cb

Monochromatic Colors of #c393cb

#c393cb

Complementary Color

#c393cb #9bcb93

#c393cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c393cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c393cb Color CSS Codes

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

#c393cb Text Font Color

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

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


#c393cb Background Color

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

This div background color is #c393cb


#c393cb Border Color

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

This div border color is #c393cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,147,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 #c393cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c393cb


Comments

No comments written yet.

Please login to write comment.