Color Hex Logo

#c04bfa Color Hex

#C04BFA
(192,75,250)
0 Favorites   0 Comments

Color spaces of #c04bfa

RGB 19275250
HSL0.780.950.64
HSV280°70°98°
CMYK 0.230.700.00   0.02
XYZ41.509623.140792.7213
Yxy23.14070.26380.1470
Hunter Lab48.104869.8442-80.6073
CIE-Lab55.217072.3803-66.7822

#c04bfa color RGB value is (192,75,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001011 11111010
Octal 300 113 372
Decimal 192 75 250
Hex C0 4B FA

RGB Percentages of Color #c04bfa

%37.14
%14.51
%48.36

CMYK Percentages of Color #c04bfa

%23
%70
%0
%2

Triadic Colors of #c04bfa

#c04bfa #fac04b #4bfac0

Analogous Colors of #c04bfa

#c04bfa #fa4bdd #694bfa

Monochromatic Colors of #c04bfa

#c04bfa

Complementary Color

#c04bfa #85fa4b

#c04bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04bfa Color CSS Codes

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

#c04bfa Text Font Color

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

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


#c04bfa Background Color

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

This div background color is #c04bfa


#c04bfa Border Color

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

This div border color is #c04bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04bfa


Comments

No comments written yet.

Please login to write comment.