Color Hex Logo

#c096fd Color Hex

#C096FD
(192,150,253)
0 Favorites   0 Comments

Color spaces of #c096fd

RGB 192150253
HSL0.730.960.79
HSV264°41°99°
CMYK 0.240.410.00   0.01
XYZ50.374240.111098.0157
Yxy40.11100.26720.2128
Hunter Lab63.333231.1427-47.4250
CIE-Lab69.548535.8881-45.6142

#c096fd color RGB value is (192,150,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 11111101
Octal 300 226 375
Decimal 192 150 253
Hex C0 96 FD

RGB Percentages of Color #c096fd

%32.27
%25.21
%42.52

CMYK Percentages of Color #c096fd

%24
%41
%0
%1

Triadic Colors of #c096fd

#c096fd #fdc096 #96fdc0

Analogous Colors of #c096fd

#c096fd #f496fd #96a0fd

Monochromatic Colors of #c096fd

#c096fd

Complementary Color

#c096fd #d3fd96

#c096fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096fd Color CSS Codes

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

#c096fd Text Font Color

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

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


#c096fd Background Color

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

This div background color is #c096fd


#c096fd Border Color

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

This div border color is #c096fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096fd


Comments

No comments written yet.

Please login to write comment.