Color Hex Logo

#c597ff Color Hex

#C597FF
(197,151,255)
0 Favorites   0 Comments

Color spaces of #c597ff

RGB 197151255
HSL0.741.000.80
HSV267°41°100°
CMYK 0.230.410.00   0.00
XYZ52.142641.223599.8165
Yxy41.22350.26990.2134
Hunter Lab64.205532.6038-47.2307
CIE-Lab70.332237.1906-45.4385

#c597ff color RGB value is (197,151,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 11111111
Octal 305 227 377
Decimal 197 151 255
Hex C5 97 FF

RGB Percentages of Color #c597ff

%32.67
%25.04
%42.29

CMYK Percentages of Color #c597ff

%23
%41
%0
%0

Triadic Colors of #c597ff

#c597ff #ffc597 #97ffc5

Analogous Colors of #c597ff

#c597ff #f997ff #979dff

Monochromatic Colors of #c597ff

#c597ff

Complementary Color

#c597ff #d1ff97

#c597ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597ff Color CSS Codes

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

#c597ff Text Font Color

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

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


#c597ff Background Color

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

This div background color is #c597ff


#c597ff Border Color

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

This div border color is #c597ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597ff

Related Colors


Comments

No comments written yet.

Please login to write comment.