Color Hex Logo

#c194ed Color Hex

#C194ED
(193,148,237)
0 Favorites   0 Comments

Color spaces of #c194ed

RGB 193148237
HSL0.750.710.75
HSV270°38°93°
CMYK 0.190.380.00   0.07
XYZ47.868338.631785.0545
Yxy38.63170.27900.2252
Hunter Lab62.154428.7018-37.6267
CIE-Lab68.483633.6541-38.5327

#c194ed color RGB value is (193,148,237).

#c194ed hex color red value is 193, green value is 148 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c194ed hue: 0.75 , saturation: 0.71 and the lightness value of c194ed is 0.75.

The process color (four color CMYK) of #c194ed color hex is 0.19, 0.38, 0.00, 0.07. Web safe color of #c194ed is #cc99ff. Color #c194ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 11101101
Octal 301 224 355
Decimal 193 148 237
Hex C1 94 ED

RGB Percentages of Color #c194ed

%33.39
%25.61
%41.00

CMYK Percentages of Color #c194ed

%19
%38
%0
%7

Triadic Colors of #c194ed

#c194ed #edc194 #94edc1

Analogous Colors of #c194ed

#c194ed #ed94ed #9594ed

Monochromatic Colors of #c194ed

#c194ed

Complementary Color

#c194ed #c0ed94

#c194ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194ed Color CSS Codes

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

#c194ed Text Font Color

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

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


#c194ed Background Color

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

This div background color is #c194ed


#c194ed Border Color

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

This div border color is #c194ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194ed


Comments

No comments written yet.

Please login to write comment.