Color Hex Logo

#c393af Color Hex

#C393AF
(195,147,175)
0 Favorites   0 Comments

Color spaces of #c393af

RGB 195147175
HSL0.900.290.67
HSV325°25°76°
CMYK 0.000.250.10   0.24
XYZ40.677335.564745.2782
Yxy35.56470.33470.2927
Hunter Lab59.636117.3900-3.2701
CIE-Lab66.186022.5475-7.5817

#c393af color RGB value is (195,147,175).

#c393af hex color red value is 195, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c393af hue: 0.90 , saturation: 0.29 and the lightness value of c393af is 0.67.

The process color (four color CMYK) of #c393af color hex is 0.00, 0.25, 0.10, 0.24. Web safe color of #c393af is #cc9999. Color #c393af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010011 10101111
Octal 303 223 257
Decimal 195 147 175
Hex C3 93 AF

RGB Percentages of Color #c393af

%37.72
%28.43
%33.85

CMYK Percentages of Color #c393af

%0
%25
%10
%24

Triadic Colors of #c393af

#c393af #afc393 #93afc3

Analogous Colors of #c393af

#c393af #c39397 #bf93c3

Monochromatic Colors of #c393af

#c393af

Complementary Color

#c393af #93c3a7

#c393af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c393af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c393af Color CSS Codes

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

#c393af Text Font Color

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

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


#c393af Background Color

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

This div background color is #c393af


#c393af Border Color

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

This div border color is #c393af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c393af


Comments

No comments written yet.

Please login to write comment.