Color Hex Logo

#c929bc Color Hex

#C929BC
(201,41,188)
0 Favorites   0 Comments

Color spaces of #c929bc

RGB 20141188
HSL0.850.660.47
HSV305°80°79°
CMYK 0.000.800.06   0.21
XYZ33.957417.634249.1909
Yxy17.63420.33690.1750
Hunter Lab41.993170.8548-40.0574
CIE-Lab49.049474.4025-41.3093

#c929bc color RGB value is (201,41,188).

#c929bc hex color red value is 201, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c929bc hue: 0.85 , saturation: 0.66 and the lightness value of c929bc is 0.47.

The process color (four color CMYK) of #c929bc color hex is 0.00, 0.80, 0.06, 0.21. Web safe color of #c929bc is #cc33cc. Color #c929bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 10111100
Octal 311 51 274
Decimal 201 41 188
Hex C9 29 BC

RGB Percentages of Color #c929bc

%46.74
%9.53
%43.72

CMYK Percentages of Color #c929bc

%0
%80
%6
%21

Triadic Colors of #c929bc

#c929bc #bcc929 #29bcc9

Analogous Colors of #c929bc

#c929bc #c9296c #8629c9

Monochromatic Colors of #c929bc

#c929bc

Complementary Color

#c929bc #29c936

#c929bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c929bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c929bc Color CSS Codes

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

#c929bc Text Font Color

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

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


#c929bc Background Color

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

This div background color is #c929bc


#c929bc Border Color

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

This div border color is #c929bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c929bc


Comments

No comments written yet.

Please login to write comment.