Color Hex Logo

#c05ffa Color Hex

#C05FFA
(192,95,250)
0 Favorites   0 Comments

Color spaces of #c05ffa

RGB 19295250
HSL0.770.940.68
HSV278°62°98°
CMYK 0.230.620.00   0.02
XYZ43.085826.293093.2467
Yxy26.29300.26490.1617
Hunter Lab51.276760.2523-71.9252
CIE-Lab58.314163.7725-61.7997

#c05ffa color RGB value is (192,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11111010
Octal 300 137 372
Decimal 192 95 250
Hex C0 5F FA

RGB Percentages of Color #c05ffa

%35.75
%17.69
%46.55

CMYK Percentages of Color #c05ffa

%23
%62
%0
%2

Triadic Colors of #c05ffa

#c05ffa #fac05f #5ffac0

Analogous Colors of #c05ffa

#c05ffa #fa5fe7 #735ffa

Monochromatic Colors of #c05ffa

#c05ffa

Complementary Color

#c05ffa #99fa5f

#c05ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ffa Color CSS Codes

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

#c05ffa Text Font Color

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

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


#c05ffa Background Color

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

This div background color is #c05ffa


#c05ffa Border Color

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

This div border color is #c05ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ffa


Comments

No comments written yet.

Please login to write comment.