Color Hex Logo

#5514cb Color Hex

#5514CB
(85,20,203)
0 Favorites   0 Comments

Color spaces of #5514cb

RGB 8520203
HSL0.730.820.44
HSV261°90°80°
CMYK 0.580.900.00   0.20
XYZ14.77606.743457.0227
Yxy6.74340.18810.0859
Hunter Lab25.968156.1236-112.0160
CIE-Lab31.215565.3347-79.8042

#5514cb color RGB value is (85,20,203).

#5514cb hex color red value is 85, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5514cb hue: 0.73 , saturation: 0.82 and the lightness value of 5514cb is 0.44.

The process color (four color CMYK) of #5514cb color hex is 0.58, 0.90, 0.00, 0.20. Web safe color of #5514cb is #6600cc. Color #5514cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010100 11001011
Octal 125 24 313
Decimal 85 20 203
Hex 55 14 CB

RGB Percentages of Color #5514cb

%27.60
%6.49
%65.91

CMYK Percentages of Color #5514cb

%58
%90
%0
%20

Triadic Colors of #5514cb

#5514cb #cb5514 #14cb55

Analogous Colors of #5514cb

#5514cb #b114cb #142fcb

Monochromatic Colors of #5514cb

#5514cb

Complementary Color

#5514cb #8acb14

#5514cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5514cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5514cb Color CSS Codes

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

#5514cb Text Font Color

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

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


#5514cb Background Color

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

This div background color is #5514cb


#5514cb Border Color

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

This div border color is #5514cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,20,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5514cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5514cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5514cb;
  box-shadow:         1px 1px 3px 2px #5514cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,20,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5514cb


Comments

No comments written yet.

Please login to write comment.