Color Hex Logo

#c654ff Color Hex

#C654FF
(198,84,255)
0 Favorites   0 Comments

Color spaces of #c654ff

RGB 19884255
HSL0.781.000.66
HSV280°67°100°
CMYK 0.220.670.00   0.00
XYZ44.509025.566497.1967
Yxy25.56640.26610.1528
Hunter Lab50.563268.6415-78.5777
CIE-Lab57.623270.9341-65.6358

#c654ff color RGB value is (198,84,255).

#c654ff hex color red value is 198, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c654ff hue: 0.78 , saturation: 1.00 and the lightness value of c654ff is 0.66.

The process color (four color CMYK) of #c654ff color hex is 0.22, 0.67, 0.00, 0.00. Web safe color of #c654ff is #cc66ff. Color #c654ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 11111111
Octal 306 124 377
Decimal 198 84 255
Hex C6 54 FF

RGB Percentages of Color #c654ff

%36.87
%15.64
%47.49

CMYK Percentages of Color #c654ff

%22
%67
%0
%0

Triadic Colors of #c654ff

#c654ff #ffc654 #54ffc6

Analogous Colors of #c654ff

#c654ff #ff54e3 #7154ff

Monochromatic Colors of #c654ff

#c654ff

Complementary Color

#c654ff #8dff54

#c654ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c654ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c654ff Color CSS Codes

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

#c654ff Text Font Color

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

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


#c654ff Background Color

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

This div background color is #c654ff


#c654ff Border Color

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

This div border color is #c654ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c654ff

Related Colors


Comments

No comments written yet.

Please login to write comment.