Color Hex Logo

#c926db Color Hex

#C926DB
(201,38,219)
0 Favorites   0 Comments

Color spaces of #c926db

RGB 20138219
HSL0.820.720.50
HSV294°83°86°
CMYK 0.080.830.00   0.14
XYZ37.566718.918268.6894
Yxy18.91820.30010.1511
Hunter Lab43.495178.0542-63.1870
CIE-Lab50.591479.9053-56.7172

#c926db color RGB value is (201,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100110 11011011
Octal 311 46 333
Decimal 201 38 219
Hex C9 26 DB

RGB Percentages of Color #c926db

%43.89
%8.30
%47.82

CMYK Percentages of Color #c926db

%8
%83
%0
%14

Triadic Colors of #c926db

#c926db #dbc926 #26dbc9

Analogous Colors of #c926db

#c926db #db2693 #6f26db

Monochromatic Colors of #c926db

#c926db

Complementary Color

#c926db #38db26

#c926db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c926db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c926db Color CSS Codes

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

#c926db Text Font Color

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

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


#c926db Background Color

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

This div background color is #c926db


#c926db Border Color

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

This div border color is #c926db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c926db


Comments

No comments written yet.

Please login to write comment.