Color Hex Logo

#c928dd Color Hex

#C928DD
(201,40,221)
0 Favorites   0 Comments

Color spaces of #c928dd

RGB 20140221
HSL0.810.730.51
HSV293°82°87°
CMYK 0.090.820.00   0.13
XYZ37.897319.155570.1066
Yxy19.15550.29800.1506
Hunter Lab43.767077.9687-64.3347
CIE-Lab50.868679.7834-57.4108

#c928dd color RGB value is (201,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101000 11011101
Octal 311 50 335
Decimal 201 40 221
Hex C9 28 DD

RGB Percentages of Color #c928dd

%43.51
%8.66
%47.84

CMYK Percentages of Color #c928dd

%9
%82
%0
%13

Triadic Colors of #c928dd

#c928dd #ddc928 #28ddc9

Analogous Colors of #c928dd

#c928dd #dd2897 #6f28dd

Monochromatic Colors of #c928dd

#c928dd

Complementary Color

#c928dd #3cdd28

#c928dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c928dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c928dd Color CSS Codes

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

#c928dd Text Font Color

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

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


#c928dd Background Color

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

This div background color is #c928dd


#c928dd Border Color

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

This div border color is #c928dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,40,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 #c928dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c928dd


Comments

No comments written yet.

Please login to write comment.