Color Hex Logo

#c193fd Color Hex

#C193FD
(193,147,253)
0 Favorites   0 Comments

Color spaces of #c193fd

RGB 193147253
HSL0.740.960.78
HSV266°42°99°
CMYK 0.240.420.00   0.01
XYZ50.155739.296797.8700
Yxy39.29670.26780.2098
Hunter Lab62.687133.1148-48.6854
CIE-Lab68.965637.8146-46.5234

#c193fd color RGB value is (193,147,253).

#c193fd hex color red value is 193, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c193fd hue: 0.74 , saturation: 0.96 and the lightness value of c193fd is 0.78.

The process color (four color CMYK) of #c193fd color hex is 0.24, 0.42, 0.00, 0.01. Web safe color of #c193fd is #cc99ff. Color #c193fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010011 11111101
Octal 301 223 375
Decimal 193 147 253
Hex C1 93 FD

RGB Percentages of Color #c193fd

%32.55
%24.79
%42.66

CMYK Percentages of Color #c193fd

%24
%42
%0
%1

Triadic Colors of #c193fd

#c193fd #fdc193 #93fdc1

Analogous Colors of #c193fd

#c193fd #f693fd #939afd

Monochromatic Colors of #c193fd

#c193fd

Complementary Color

#c193fd #cffd93

#c193fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c193fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c193fd Color CSS Codes

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

#c193fd Text Font Color

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

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


#c193fd Background Color

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

This div background color is #c193fd


#c193fd Border Color

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

This div border color is #c193fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c193fd


Comments

No comments written yet.

Please login to write comment.