Color Hex Logo

#c551db Color Hex

#C551DB
(197,81,219)
0 Favorites   0 Comments

Color spaces of #c551db

RGB 19781219
HSL0.810.660.59
HSV290°63°86°
CMYK 0.100.630.00   0.14
XYZ38.754622.869669.3895
Yxy22.86960.29580.1746
Hunter Lab47.822260.9658-52.5537
CIE-Lab54.937864.9984-49.8042

#c551db color RGB value is (197,81,219).

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

The process color (four color CMYK) of #c551db color hex is 0.10, 0.63, 0.00, 0.14. Web safe color of #c551db is #cc66cc. Color #c551db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010001 11011011
Octal 305 121 333
Decimal 197 81 219
Hex C5 51 DB

RGB Percentages of Color #c551db

%39.64
%16.30
%44.06

CMYK Percentages of Color #c551db

%10
%63
%0
%14

Triadic Colors of #c551db

#c551db #dbc551 #51dbc5

Analogous Colors of #c551db

#c551db #db51ac #8051db

Monochromatic Colors of #c551db

#c551db

Complementary Color

#c551db #67db51

#c551db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c551db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c551db Color CSS Codes

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

#c551db Text Font Color

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

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


#c551db Background Color

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

This div background color is #c551db


#c551db Border Color

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

This div border color is #c551db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c551db


Comments

No comments written yet.

Please login to write comment.