Color Hex Logo

#c928da Color Hex

#C928DA
(201,40,218)
0 Favorites   0 Comments

Color spaces of #c928da

RGB 20140218
HSL0.820.710.51
HSV294°82°85°
CMYK 0.080.820.00   0.15
XYZ37.501118.997068.0199
Yxy18.99700.30120.1526
Hunter Lab43.585577.3071-62.0185
CIE-Lab50.683779.2936-55.9989

#c928da color RGB value is (201,40,218).

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

The process color (four color CMYK) of #c928da color hex is 0.08, 0.82, 0.00, 0.15. Web safe color of #c928da is #cc33cc. Color #c928da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101000 11011010
Octal 311 50 332
Decimal 201 40 218
Hex C9 28 DA

RGB Percentages of Color #c928da

%43.79
%8.71
%47.49

CMYK Percentages of Color #c928da

%8
%82
%0
%15

Triadic Colors of #c928da

#c928da #dac928 #28dac9

Analogous Colors of #c928da

#c928da #da2892 #7028da

Monochromatic Colors of #c928da

#c928da

Complementary Color

#c928da #39da28

#c928da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c928da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c928da Color CSS Codes

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

#c928da Text Font Color

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

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


#c928da Background Color

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

This div background color is #c928da


#c928da Border Color

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

This div border color is #c928da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c928da


Comments

No comments written yet.

Please login to write comment.