Color Hex Logo

#c697fb Color Hex

#C697FB
(198,151,251)
0 Favorites   0 Comments

Color spaces of #c697fb

RGB 198151251
HSL0.750.930.79
HSV268°40°98°
CMYK 0.210.400.00   0.02
XYZ51.767941.104096.4722
Yxy41.10400.27340.2171
Hunter Lab64.112431.9341-44.3371
CIE-Lab70.248736.5677-43.3879

#c697fb color RGB value is (198,151,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010111 11111011
Octal 306 227 373
Decimal 198 151 251
Hex C6 97 FB

RGB Percentages of Color #c697fb

%33.00
%25.17
%41.83

CMYK Percentages of Color #c697fb

%21
%40
%0
%2

Triadic Colors of #c697fb

#c697fb #fbc697 #97fbc6

Analogous Colors of #c697fb

#c697fb #f897fb #979afb

Monochromatic Colors of #c697fb

#c697fb

Complementary Color

#c697fb #ccfb97

#c697fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c697fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c697fb Color CSS Codes

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

#c697fb Text Font Color

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

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


#c697fb Background Color

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

This div background color is #c697fb


#c697fb Border Color

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

This div border color is #c697fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c697fb

Related Colors


Comments

No comments written yet.

Please login to write comment.