Color Hex Logo

#c096fb Color Hex

#C096FB
(192,150,251)
0 Favorites   0 Comments

Color spaces of #c096fb

RGB 192150251
HSL0.740.930.79
HSV265°40°98°
CMYK 0.240.400.00   0.02
XYZ50.057239.984296.3462
Yxy39.98420.26860.2145
Hunter Lab63.233130.6481-46.0751
CIE-Lab69.458335.4265-44.6671

#c096fb color RGB value is (192,150,251).

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

The process color (four color CMYK) of #c096fb color hex is 0.24, 0.40, 0.00, 0.02. Web safe color of #c096fb is #cc99ff. Color #c096fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11111011
Octal 300 226 373
Decimal 192 150 251
Hex C0 96 FB

RGB Percentages of Color #c096fb

%32.38
%25.30
%42.33

CMYK Percentages of Color #c096fb

%24
%40
%0
%2

Triadic Colors of #c096fb

#c096fb #fbc096 #96fbc0

Analogous Colors of #c096fb

#c096fb #f396fb #969ffb

Monochromatic Colors of #c096fb

#c096fb

Complementary Color

#c096fb #d1fb96

#c096fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096fb Color CSS Codes

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

#c096fb Text Font Color

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

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


#c096fb Background Color

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

This div background color is #c096fb


#c096fb Border Color

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

This div border color is #c096fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,150,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096fb


Comments

No comments written yet.

Please login to write comment.