Color Hex Logo

#c663fc Color Hex

#C663FC
(198,99,252)
0 Favorites   0 Comments

Color spaces of #c663fc

RGB 19899252
HSL0.770.960.69
HSV279°61°99°
CMYK 0.210.610.00   0.01
XYZ45.321227.957795.1031
Yxy27.95770.26920.1660
Hunter Lab52.875060.4678-69.6288
CIE-Lab59.850563.6810-60.4029

#c663fc color RGB value is (198,99,252).

#c663fc hex color red value is 198, green value is 99 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c663fc hue: 0.77 , saturation: 0.96 and the lightness value of c663fc is 0.69.

The process color (four color CMYK) of #c663fc color hex is 0.21, 0.61, 0.00, 0.01. Web safe color of #c663fc is #cc66ff. Color #c663fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 11111100
Octal 306 143 374
Decimal 198 99 252
Hex C6 63 FC

RGB Percentages of Color #c663fc

%36.07
%18.03
%45.90

CMYK Percentages of Color #c663fc

%21
%61
%0
%1

Triadic Colors of #c663fc

#c663fc #fcc663 #63fcc6

Analogous Colors of #c663fc

#c663fc #fc63e6 #7a63fc

Monochromatic Colors of #c663fc

#c663fc

Complementary Color

#c663fc #99fc63

#c663fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c663fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c663fc Color CSS Codes

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

#c663fc Text Font Color

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

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


#c663fc Background Color

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

This div background color is #c663fc


#c663fc Border Color

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

This div border color is #c663fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c663fc

Related Colors


Comments

No comments written yet.

Please login to write comment.