Color Hex Logo

#c03afa Color Hex

#C03AFA
(192,58,250)
0 Favorites   0 Comments

Color spaces of #c03afa

RGB 19258250
HSL0.780.950.60
HSV282°77°98°
CMYK 0.230.770.00   0.02
XYZ40.506621.134792.3870
Yxy21.13470.26300.1372
Hunter Lab45.972576.8254-86.9693
CIE-Lab53.096678.4394-70.2099

#c03afa color RGB value is (192,58,250).

#c03afa hex color red value is 192, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c03afa hue: 0.78 , saturation: 0.95 and the lightness value of c03afa is 0.60.

The process color (four color CMYK) of #c03afa color hex is 0.23, 0.77, 0.00, 0.02. Web safe color of #c03afa is #cc33ff. Color #c03afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111010 11111010
Octal 300 72 372
Decimal 192 58 250
Hex C0 3A FA

RGB Percentages of Color #c03afa

%38.40
%11.60
%50.00

CMYK Percentages of Color #c03afa

%23
%77
%0
%2

Triadic Colors of #c03afa

#c03afa #fac03a #3afac0

Analogous Colors of #c03afa

#c03afa #fa3ad4 #603afa

Monochromatic Colors of #c03afa

#c03afa

Complementary Color

#c03afa #74fa3a

#c03afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03afa Color CSS Codes

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

#c03afa Text Font Color

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

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


#c03afa Background Color

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

This div background color is #c03afa


#c03afa Border Color

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

This div border color is #c03afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03afa


Comments

No comments written yet.

Please login to write comment.