Color Hex Logo

#c061fa Color Hex

#C061FA
(192,97,250)
0 Favorites   0 Comments

Color spaces of #c061fa

RGB 19297250
HSL0.770.940.68
HSV277°61°98°
CMYK 0.230.610.00   0.02
XYZ43.268226.658093.3075
Yxy26.65800.26510.1633
Hunter Lab51.631459.2319-71.0061
CIE-Lab58.656462.8383-61.2508

#c061fa color RGB value is (192,97,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 11111010
Octal 300 141 372
Decimal 192 97 250
Hex C0 61 FA

RGB Percentages of Color #c061fa

%35.62
%18.00
%46.38

CMYK Percentages of Color #c061fa

%23
%61
%0
%2

Triadic Colors of #c061fa

#c061fa #fac061 #61fac0

Analogous Colors of #c061fa

#c061fa #fa61e8 #7461fa

Monochromatic Colors of #c061fa

#c061fa

Complementary Color

#c061fa #9bfa61

#c061fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061fa Color CSS Codes

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

#c061fa Text Font Color

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

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


#c061fa Background Color

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

This div background color is #c061fa


#c061fa Border Color

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

This div border color is #c061fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061fa


Comments

No comments written yet.

Please login to write comment.