Color Hex Logo

#c034fc Color Hex

#C034FC
(192,52,252)
0 Favorites   0 Comments

Color spaces of #c034fc

RGB 19252252
HSL0.780.970.60
HSV282°79°99°
CMYK 0.240.790.00   0.01
XYZ40.536920.690793.9526
Yxy20.69070.26120.1333
Hunter Lab45.487079.4724-90.6214
CIE-Lab52.609380.6336-72.1136

#c034fc color RGB value is (192,52,252).

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

The process color (four color CMYK) of #c034fc color hex is 0.24, 0.79, 0.00, 0.01. Web safe color of #c034fc is #cc33ff. Color #c034fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 11111100
Octal 300 64 374
Decimal 192 52 252
Hex C0 34 FC

RGB Percentages of Color #c034fc

%38.71
%10.48
%50.81

CMYK Percentages of Color #c034fc

%24
%79
%0
%1

Triadic Colors of #c034fc

#c034fc #fcc034 #34fcc0

Analogous Colors of #c034fc

#c034fc #fc34d4 #5c34fc

Monochromatic Colors of #c034fc

#c034fc

Complementary Color

#c034fc #70fc34

#c034fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c034fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c034fc Color CSS Codes

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

#c034fc Text Font Color

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

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


#c034fc Background Color

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

This div background color is #c034fc


#c034fc Border Color

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

This div border color is #c034fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c034fc


Comments

No comments written yet.

Please login to write comment.