Color Hex Logo

#c561fa Color Hex

#C561FA
(197,97,250)
0 Favorites   0 Comments

Color spaces of #c561fa

RGB 19797250
HSL0.780.940.68
HSV279°61°98°
CMYK 0.210.610.00   0.02
XYZ44.556027.321893.3678
Yxy27.32180.26960.1653
Hunter Lab52.270360.6833-69.3176
CIE-Lab59.271063.9679-60.2321

#c561fa color RGB value is (197,97,250).

#c561fa hex color red value is 197, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c561fa hue: 0.78 , saturation: 0.94 and the lightness value of c561fa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 11111010
Octal 305 141 372
Decimal 197 97 250
Hex C5 61 FA

RGB Percentages of Color #c561fa

%36.21
%17.83
%45.96

CMYK Percentages of Color #c561fa

%21
%61
%0
%2

Triadic Colors of #c561fa

#c561fa #fac561 #61fac5

Analogous Colors of #c561fa

#c561fa #fa61e3 #7961fa

Monochromatic Colors of #c561fa

#c561fa

Complementary Color

#c561fa #96fa61

#c561fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c561fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c561fa Color CSS Codes

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

#c561fa Text Font Color

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

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


#c561fa Background Color

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

This div background color is #c561fa


#c561fa Border Color

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

This div border color is #c561fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,97,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c561fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c561fa;
  -webkit-box-shadow: 1px 1px 3px 2px #c561fa;
  box-shadow:         1px 1px 3px 2px #c561fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,97,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c561fa


Comments

No comments written yet.

Please login to write comment.