Color Hex Logo

#c654eb Color Hex

#C654EB
(198,84,235)
0 Favorites   0 Comments

Color spaces of #c654eb

RGB 19884235
HSL0.790.790.63
HSV285°64°92°
CMYK 0.160.640.00   0.08
XYZ41.454424.344681.1113
Yxy24.34460.28220.1657
Hunter Lab49.340263.6257-62.9297
CIE-Lab56.431266.9784-56.4211

#c654eb color RGB value is (198,84,235).

#c654eb hex color red value is 198, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c654eb hue: 0.79 , saturation: 0.79 and the lightness value of c654eb is 0.63.

The process color (four color CMYK) of #c654eb color hex is 0.16, 0.64, 0.00, 0.08. Web safe color of #c654eb is #cc66ff. Color #c654eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 11101011
Octal 306 124 353
Decimal 198 84 235
Hex C6 54 EB

RGB Percentages of Color #c654eb

%38.30
%16.25
%45.45

CMYK Percentages of Color #c654eb

%16
%64
%0
%8

Triadic Colors of #c654eb

#c654eb #ebc654 #54ebc6

Analogous Colors of #c654eb

#c654eb #eb54c5 #7b54eb

Monochromatic Colors of #c654eb

#c654eb

Complementary Color

#c654eb #79eb54

#c654eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c654eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c654eb Color CSS Codes

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

#c654eb Text Font Color

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

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


#c654eb Background Color

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

This div background color is #c654eb


#c654eb Border Color

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

This div border color is #c654eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c654eb


Comments

No comments written yet.

Please login to write comment.