Color Hex Logo

#c029ec Color Hex

#C029EC
(192,41,236)
0 Favorites   0 Comments

Color spaces of #c029ec

RGB 19241236
HSL0.800.840.54
HSV286°83°93°
CMYK 0.190.830.00   0.07
XYZ37.671518.848581.0095
Yxy18.84850.27390.1371
Hunter Lab43.414978.9102-80.2412
CIE-Lab50.509580.5991-66.5551

#c029ec color RGB value is (192,41,236).

#c029ec hex color red value is 192, green value is 41 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c029ec hue: 0.80 , saturation: 0.84 and the lightness value of c029ec is 0.54.

The process color (four color CMYK) of #c029ec color hex is 0.19, 0.83, 0.00, 0.07. Web safe color of #c029ec is #cc33ff. Color #c029ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 11101100
Octal 300 51 354
Decimal 192 41 236
Hex C0 29 EC

RGB Percentages of Color #c029ec

%40.94
%8.74
%50.32

CMYK Percentages of Color #c029ec

%19
%83
%0
%7

Triadic Colors of #c029ec

#c029ec #ecc029 #29ecc0

Analogous Colors of #c029ec

#c029ec #ec29b7 #5f29ec

Monochromatic Colors of #c029ec

#c029ec

Complementary Color

#c029ec #55ec29

#c029ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029ec Color CSS Codes

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

#c029ec Text Font Color

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

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


#c029ec Background Color

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

This div background color is #c029ec


#c029ec Border Color

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

This div border color is #c029ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029ec


Comments

No comments written yet.

Please login to write comment.