Color Hex Logo

#c929dd Color Hex

#C929DD
(201,41,221)
0 Favorites   0 Comments

Color spaces of #c929dd

RGB 20141221
HSL0.810.730.51
HSV293°81°87°
CMYK 0.090.810.00   0.13
XYZ37.931519.223870.1180
Yxy19.22380.29800.1510
Hunter Lab43.845077.6967-64.1267
CIE-Lab50.948079.5519-57.2833

#c929dd color RGB value is (201,41,221).

#c929dd hex color red value is 201, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c929dd hue: 0.81 , saturation: 0.73 and the lightness value of c929dd is 0.51.

The process color (four color CMYK) of #c929dd color hex is 0.09, 0.81, 0.00, 0.13. Web safe color of #c929dd is #cc33cc. Color #c929dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 11011101
Octal 311 51 335
Decimal 201 41 221
Hex C9 29 DD

RGB Percentages of Color #c929dd

%43.41
%8.86
%47.73

CMYK Percentages of Color #c929dd

%9
%81
%0
%13

Triadic Colors of #c929dd

#c929dd #ddc929 #29ddc9

Analogous Colors of #c929dd

#c929dd #dd2997 #6f29dd

Monochromatic Colors of #c929dd

#c929dd

Complementary Color

#c929dd #3ddd29

#c929dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c929dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c929dd Color CSS Codes

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

#c929dd Text Font Color

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

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


#c929dd Background Color

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

This div background color is #c929dd


#c929dd Border Color

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

This div border color is #c929dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c929dd


Comments

No comments written yet.

Please login to write comment.