Color Hex Logo

#c193c5 Color Hex

#C193C5
(193,147,197)
0 Favorites   0 Comments

Color spaces of #c193c5

RGB 193147197
HSL0.820.300.67
HSV295°25°77°
CMYK 0.020.250.00   0.23
XYZ42.504136.236157.5774
Yxy36.23610.31180.2658
Hunter Lab60.196420.6933-14.5729
CIE-Lab66.699925.8904-19.1452

#c193c5 color RGB value is (193,147,197).

#c193c5 hex color red value is 193, green value is 147 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c193c5 hue: 0.82 , saturation: 0.30 and the lightness value of c193c5 is 0.67.

The process color (four color CMYK) of #c193c5 color hex is 0.02, 0.25, 0.00, 0.23. Web safe color of #c193c5 is #cc99cc. Color #c193c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11000101
Octal 301 223 305
Decimal 193 147 197
Hex C1 93 C5

RGB Percentages of Color #c193c5

%35.94
%27.37
%36.69

CMYK Percentages of Color #c193c5

%2
%25
%0
%23

Triadic Colors of #c193c5

#c193c5 #c5c193 #93c5c1

Analogous Colors of #c193c5

#c193c5 #c593b0 #a893c5

Monochromatic Colors of #c193c5

#c193c5

Complementary Color

#c193c5 #97c593

#c193c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193c5 Color CSS Codes

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

#c193c5 Text Font Color

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

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


#c193c5 Background Color

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

This div background color is #c193c5


#c193c5 Border Color

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

This div border color is #c193c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193c5


Comments

No comments written yet.

Please login to write comment.