Color Hex Logo

#c196fd Color Hex

#C196FD
(193,150,253)
0 Favorites   0 Comments

Color spaces of #c196fd

RGB 193150253
HSL0.740.960.79
HSV265°41°99°
CMYK 0.240.410.00   0.01
XYZ50.628340.242098.0276
Yxy40.24200.26800.2130
Hunter Lab63.436631.4456-47.2143
CIE-Lab69.641536.1663-45.4616

#c196fd color RGB value is (193,150,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 11111101
Octal 301 226 375
Decimal 193 150 253
Hex C1 96 FD

RGB Percentages of Color #c196fd

%32.38
%25.17
%42.45

CMYK Percentages of Color #c196fd

%24
%41
%0
%1

Triadic Colors of #c196fd

#c196fd #fdc196 #96fdc1

Analogous Colors of #c196fd

#c196fd #f596fd #969ffd

Monochromatic Colors of #c196fd

#c196fd

Complementary Color

#c196fd #d2fd96

#c196fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c196fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c196fd Color CSS Codes

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

#c196fd Text Font Color

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

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


#c196fd Background Color

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

This div background color is #c196fd


#c196fd Border Color

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

This div border color is #c196fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,150,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 #c196fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c196fd


Comments

No comments written yet.

Please login to write comment.