Color Hex Logo

#c654ba Color Hex

#C654BA
(198,84,186)
0 Favorites   0 Comments

Color spaces of #c654ba

RGB 19884186
HSL0.850.500.55
HSV306°58°78°
CMYK 0.000.580.06   0.22
XYZ35.322021.891648.8182
Yxy21.89160.33310.2065
Hunter Lab46.788552.8752-29.1101
CIE-Lab53.911858.1340-32.5373

#c654ba color RGB value is (198,84,186).

#c654ba hex color red value is 198, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c654ba hue: 0.85 , saturation: 0.50 and the lightness value of c654ba is 0.55.

The process color (four color CMYK) of #c654ba color hex is 0.00, 0.58, 0.06, 0.22. Web safe color of #c654ba is #cc66cc. Color #c654ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 10111010
Octal 306 124 272
Decimal 198 84 186
Hex C6 54 BA

RGB Percentages of Color #c654ba

%42.31
%17.95
%39.74

CMYK Percentages of Color #c654ba

%0
%58
%6
%22

Triadic Colors of #c654ba

#c654ba #bac654 #54bac6

Analogous Colors of #c654ba

#c654ba #c65481 #9954c6

Monochromatic Colors of #c654ba

#c654ba

Complementary Color

#c654ba #54c660

#c654ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c654ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c654ba Color CSS Codes

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

#c654ba Text Font Color

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

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


#c654ba Background Color

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

This div background color is #c654ba


#c654ba Border Color

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

This div border color is #c654ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c654ba


Comments

No comments written yet.

Please login to write comment.