Color Hex Logo

#c05ffc Color Hex

#C05FFC
(192,95,252)
0 Favorites   0 Comments

Color spaces of #c05ffc

RGB 19295252
HSL0.770.960.68
HSV277°62°99°
CMYK 0.240.620.00   0.01
XYZ43.401126.419294.9074
Yxy26.41920.26350.1604
Hunter Lab51.399660.7735-73.4970
CIE-Lab58.432864.1955-62.7159

#c05ffc color RGB value is (192,95,252).

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

The process color (four color CMYK) of #c05ffc color hex is 0.24, 0.62, 0.00, 0.01. Web safe color of #c05ffc is #cc66ff. Color #c05ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11111100
Octal 300 137 374
Decimal 192 95 252
Hex C0 5F FC

RGB Percentages of Color #c05ffc

%35.62
%17.63
%46.75

CMYK Percentages of Color #c05ffc

%24
%62
%0
%1

Triadic Colors of #c05ffc

#c05ffc #fcc05f #5ffcc0

Analogous Colors of #c05ffc

#c05ffc #fc5fea #725ffc

Monochromatic Colors of #c05ffc

#c05ffc

Complementary Color

#c05ffc #9bfc5f

#c05ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ffc Color CSS Codes

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

#c05ffc Text Font Color

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

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


#c05ffc Background Color

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

This div background color is #c05ffc


#c05ffc Border Color

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

This div border color is #c05ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,95,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.