Color Hex Logo

#c034e3 Color Hex

#C034E3
(192,52,227)
0 Favorites   0 Comments

Color spaces of #c034e3

RGB 19252227
HSL0.800.760.55
HSV288°77°89°
CMYK 0.150.770.00   0.11
XYZ36.831319.208574.4394
Yxy19.20850.28230.1472
Hunter Lab43.827573.3078-70.0226
CIE-Lab50.930376.0344-60.7915

#c034e3 color RGB value is (192,52,227).

#c034e3 hex color red value is 192, green value is 52 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #c034e3 hue: 0.80 , saturation: 0.76 and the lightness value of c034e3 is 0.55.

The process color (four color CMYK) of #c034e3 color hex is 0.15, 0.77, 0.00, 0.11. Web safe color of #c034e3 is #cc33cc. Color #c034e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 11100011
Octal 300 64 343
Decimal 192 52 227
Hex C0 34 E3

RGB Percentages of Color #c034e3

%40.76
%11.04
%48.20

CMYK Percentages of Color #c034e3

%15
%77
%0
%11

Triadic Colors of #c034e3

#c034e3 #e3c034 #34e3c0

Analogous Colors of #c034e3

#c034e3 #e334af #6934e3

Monochromatic Colors of #c034e3

#c034e3

Complementary Color

#c034e3 #57e334

#c034e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c034e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c034e3 Color CSS Codes

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

#c034e3 Text Font Color

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

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


#c034e3 Background Color

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

This div background color is #c034e3


#c034e3 Border Color

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

This div border color is #c034e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c034e3


Comments

No comments written yet.

Please login to write comment.