Color Hex Logo

#c526db Color Hex

#C526DB
(197,38,219)
0 Favorites   0 Comments

Color spaces of #c526db

RGB 19738219
HSL0.810.720.50
HSV293°83°86°
CMYK 0.100.830.00   0.14
XYZ36.505318.371068.6398
Yxy18.37100.29560.1487
Hunter Lab42.861477.0220-64.9462
CIE-Lab49.943079.2110-57.7937

#c526db color RGB value is (197,38,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100110 11011011
Octal 305 46 333
Decimal 197 38 219
Hex C5 26 DB

RGB Percentages of Color #c526db

%43.39
%8.37
%48.24

CMYK Percentages of Color #c526db

%10
%83
%0
%14

Triadic Colors of #c526db

#c526db #dbc526 #26dbc5

Analogous Colors of #c526db

#c526db #db2697 #6b26db

Monochromatic Colors of #c526db

#c526db

Complementary Color

#c526db #3cdb26

#c526db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c526db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c526db Color CSS Codes

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

#c526db Text Font Color

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

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


#c526db Background Color

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

This div background color is #c526db


#c526db Border Color

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

This div border color is #c526db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c526db


Comments

No comments written yet.

Please login to write comment.