Color Hex Logo

#c693fc Color Hex

#C693FC
(198,147,252)
0 Favorites   0 Comments

Color spaces of #c693fc

RGB 198147252
HSL0.750.950.78
HSV269°42°99°
CMYK 0.210.420.00   0.01
XYZ51.293139.901597.0938
Yxy39.90150.27240.2119
Hunter Lab63.167634.4014-46.9162
CIE-Lab69.399338.9768-45.2641

#c693fc color RGB value is (198,147,252).

#c693fc hex color red value is 198, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c693fc hue: 0.75 , saturation: 0.95 and the lightness value of c693fc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 11111100
Octal 306 223 374
Decimal 198 147 252
Hex C6 93 FC

RGB Percentages of Color #c693fc

%33.17
%24.62
%42.21

CMYK Percentages of Color #c693fc

%21
%42
%0
%1

Triadic Colors of #c693fc

#c693fc #fcc693 #93fcc6

Analogous Colors of #c693fc

#c693fc #fb93fc #9395fc

Monochromatic Colors of #c693fc

#c693fc

Complementary Color

#c693fc #c9fc93

#c693fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693fc Color CSS Codes

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

#c693fc Text Font Color

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

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


#c693fc Background Color

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

This div background color is #c693fc


#c693fc Border Color

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

This div border color is #c693fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693fc


Comments

No comments written yet.

Please login to write comment.