Color Hex Logo

#550cdb Color Hex

#550CDB
(85,12,219)
0 Favorites   0 Comments

Color spaces of #550cdb

RGB 8512219
HSL0.730.900.45
HSV261°95°86°
CMYK 0.610.950.00   0.14
XYZ16.66407.308767.5503
Yxy7.30870.18210.0799
Hunter Lab27.034662.7160-129.2213
CIE-Lab32.499670.7947-86.9565

#550cdb color RGB value is (85,12,219).

#550cdb hex color red value is 85, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #550cdb hue: 0.73 , saturation: 0.90 and the lightness value of 550cdb is 0.45.

The process color (four color CMYK) of #550cdb color hex is 0.61, 0.95, 0.00, 0.14. Web safe color of #550cdb is #6600cc. Color #550cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 11011011
Octal 125 14 333
Decimal 85 12 219
Hex 55 C DB

RGB Percentages of Color #550cdb

%26.90
%3.80
%69.30

CMYK Percentages of Color #550cdb

%61
%95
%0
%14

Triadic Colors of #550cdb

#550cdb #db550c #0cdb55

Analogous Colors of #550cdb

#550cdb #bd0cdb #0c2bdb

Monochromatic Colors of #550cdb

#550cdb

Complementary Color

#550cdb #92db0c

#550cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cdb Color CSS Codes

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

#550cdb Text Font Color

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

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


#550cdb Background Color

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

This div background color is #550cdb


#550cdb Border Color

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

This div border color is #550cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,12,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #550cdb;
  box-shadow:         1px 1px 3px 2px #550cdb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cdb


Comments

No comments written yet.

Please login to write comment.