Color Hex Logo

#c194ee Color Hex

#C194EE
(193,148,238)
0 Favorites   0 Comments

Color spaces of #c194ee

RGB 193148238
HSL0.750.730.76
HSV270°38°93°
CMYK 0.190.380.00   0.07
XYZ48.014838.690385.8262
Yxy38.69030.27830.2243
Hunter Lab62.201528.9356-38.2678
CIE-Lab68.526333.8755-39.0144

#c194ee color RGB value is (193,148,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 11101110
Octal 301 224 356
Decimal 193 148 238
Hex C1 94 EE

RGB Percentages of Color #c194ee

%33.33
%25.56
%41.11

CMYK Percentages of Color #c194ee

%19
%38
%0
%7

Triadic Colors of #c194ee

#c194ee #eec194 #94eec1

Analogous Colors of #c194ee

#c194ee #ee94ee #9494ee

Monochromatic Colors of #c194ee

#c194ee

Complementary Color

#c194ee #c1ee94

#c194ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194ee Color CSS Codes

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

#c194ee Text Font Color

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

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


#c194ee Background Color

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

This div background color is #c194ee


#c194ee Border Color

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

This div border color is #c194ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194ee


Comments

No comments written yet.

Please login to write comment.