Color Hex Logo

#c097ff Color Hex

#C097FF
(192,151,255)
0 Favorites   0 Comments

Color spaces of #c097ff

RGB 192151255
HSL0.731.000.80
HSV264°41°100°
CMYK 0.250.410.00   0.00
XYZ50.854840.559799.7562
Yxy40.55970.26600.2122
Hunter Lab63.686531.0841-48.2891
CIE-Lab69.866335.8010-46.2026

#c097ff color RGB value is (192,151,255).

#c097ff hex color red value is 192, green value is 151 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c097ff hue: 0.73 , saturation: 1.00 and the lightness value of c097ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 11111111
Octal 300 227 377
Decimal 192 151 255
Hex C0 97 FF

RGB Percentages of Color #c097ff

%32.11
%25.25
%42.64

CMYK Percentages of Color #c097ff

%25
%41
%0
%0

Triadic Colors of #c097ff

#c097ff #ffc097 #97ffc0

Analogous Colors of #c097ff

#c097ff #f497ff #97a2ff

Monochromatic Colors of #c097ff

#c097ff

Complementary Color

#c097ff #d6ff97

#c097ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097ff Color CSS Codes

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

#c097ff Text Font Color

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

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


#c097ff Background Color

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

This div background color is #c097ff


#c097ff Border Color

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

This div border color is #c097ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097ff


Comments

No comments written yet.

Please login to write comment.