Color Hex Logo

#c697fc Color Hex

#C697FC
(198,151,252)
0 Favorites   0 Comments

Color spaces of #c697fc

RGB 198151252
HSL0.740.940.79
HSV268°40°99°
CMYK 0.210.400.00   0.01
XYZ51.926041.167397.3047
Yxy41.16730.27270.2162
Hunter Lab64.161732.1767-45.0032
CIE-Lab70.293036.7922-43.8626

#c697fc color RGB value is (198,151,252).

#c697fc hex color red value is 198, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c697fc hue: 0.74 , saturation: 0.94 and the lightness value of c697fc is 0.79.

The process color (four color CMYK) of #c697fc color hex is 0.21, 0.40, 0.00, 0.01. Web safe color of #c697fc is #cc99ff. Color #c697fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010111 11111100
Octal 306 227 374
Decimal 198 151 252
Hex C6 97 FC

RGB Percentages of Color #c697fc

%32.95
%25.12
%41.93

CMYK Percentages of Color #c697fc

%21
%40
%0
%1

Triadic Colors of #c697fc

#c697fc #fcc697 #97fcc6

Analogous Colors of #c697fc

#c697fc #f997fc #979bfc

Monochromatic Colors of #c697fc

#c697fc

Complementary Color

#c697fc #cdfc97

#c697fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c697fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c697fc Color CSS Codes

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

#c697fc Text Font Color

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

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


#c697fc Background Color

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

This div background color is #c697fc


#c697fc Border Color

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

This div border color is #c697fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c697fc


Comments

No comments written yet.

Please login to write comment.