Color Hex Logo

#c928db Color Hex

#C928DB
(201,40,219)
0 Favorites   0 Comments

Color spaces of #c928db

RGB 20140219
HSL0.820.710.51
HSV294°82°86°
CMYK 0.080.820.00   0.14
XYZ37.632419.049668.7113
Yxy19.04960.30010.1519
Hunter Lab43.645877.5264-62.7877
CIE-Lab50.745279.4561-56.4702

#c928db color RGB value is (201,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101000 11011011
Octal 311 50 333
Decimal 201 40 219
Hex C9 28 DB

RGB Percentages of Color #c928db

%43.70
%8.70
%47.61

CMYK Percentages of Color #c928db

%8
%82
%0
%14

Triadic Colors of #c928db

#c928db #dbc928 #28dbc9

Analogous Colors of #c928db

#c928db #db2894 #7028db

Monochromatic Colors of #c928db

#c928db

Complementary Color

#c928db #3adb28

#c928db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c928db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c928db Color CSS Codes

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

#c928db Text Font Color

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

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


#c928db Background Color

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

This div background color is #c928db


#c928db Border Color

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

This div border color is #c928db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c928db


Comments

No comments written yet.

Please login to write comment.