Color Hex Logo

#c029cb Color Hex

#C029CB
(192,41,203)
0 Favorites   0 Comments

Color spaces of #c029cb

RGB 19241203
HSL0.820.660.48
HSV296°80°80°
CMYK 0.050.800.00   0.20
XYZ33.310717.104158.0457
Yxy17.10410.30710.1577
Hunter Lab41.357171.3963-54.2650
CIE-Lab48.390974.9740-51.1497

#c029cb color RGB value is (192,41,203).

#c029cb hex color red value is 192, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c029cb hue: 0.82 , saturation: 0.66 and the lightness value of c029cb is 0.48.

The process color (four color CMYK) of #c029cb color hex is 0.05, 0.80, 0.00, 0.20. Web safe color of #c029cb is #cc33cc. Color #c029cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 11001011
Octal 300 51 313
Decimal 192 41 203
Hex C0 29 CB

RGB Percentages of Color #c029cb

%44.04
%9.40
%46.56

CMYK Percentages of Color #c029cb

%5
%80
%0
%20

Triadic Colors of #c029cb

#c029cb #cbc029 #29cbc0

Analogous Colors of #c029cb

#c029cb #cb2985 #6f29cb

Monochromatic Colors of #c029cb

#c029cb

Complementary Color

#c029cb #34cb29

#c029cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029cb Color CSS Codes

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

#c029cb Text Font Color

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

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


#c029cb Background Color

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

This div background color is #c029cb


#c029cb Border Color

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

This div border color is #c029cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029cb


Comments

No comments written yet.

Please login to write comment.