Color Hex Logo

#c195ea Color Hex

#C195EA
(193,149,234)
0 Favorites   0 Comments

Color spaces of #c195ea

RGB 193149234
HSL0.750.670.75
HSV271°36°92°
CMYK 0.180.360.00   0.08
XYZ47.591038.772982.8175
Yxy38.77290.28130.2292
Hunter Lab62.267927.4577-35.2693
CIE-Lab68.586432.4413-36.7262

#c195ea color RGB value is (193,149,234).

#c195ea hex color red value is 193, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c195ea hue: 0.75 , saturation: 0.67 and the lightness value of c195ea is 0.75.

The process color (four color CMYK) of #c195ea color hex is 0.18, 0.36, 0.00, 0.08. Web safe color of #c195ea is #cc99ff. Color #c195ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 11101010
Octal 301 225 352
Decimal 193 149 234
Hex C1 95 EA

RGB Percentages of Color #c195ea

%33.51
%25.87
%40.63

CMYK Percentages of Color #c195ea

%18
%36
%0
%8

Triadic Colors of #c195ea

#c195ea #eac195 #95eac1

Analogous Colors of #c195ea

#c195ea #ea95e9 #9795ea

Monochromatic Colors of #c195ea

#c195ea

Complementary Color

#c195ea #beea95

#c195ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195ea Color CSS Codes

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

#c195ea Text Font Color

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

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


#c195ea Background Color

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

This div background color is #c195ea


#c195ea Border Color

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

This div border color is #c195ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195ea

#c195ea Color Palettes


Comments

No comments written yet.

Please login to write comment.