Color Hex Logo

#5415cb Color Hex

#5415CB
(84,21,203)
0 Favorites   0 Comments

Color spaces of #5415cb

RGB 8421203
HSL0.720.810.44
HSV261°90°80°
CMYK 0.590.900.00   0.20
XYZ14.70386.732957.0245
Yxy6.73290.18740.0858
Hunter Lab25.947855.7415-112.1357
CIE-Lab31.190965.0018-79.8482

#5415cb color RGB value is (84,21,203).

#5415cb hex color red value is 84, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5415cb hue: 0.72 , saturation: 0.81 and the lightness value of 5415cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010101 11001011
Octal 124 25 313
Decimal 84 21 203
Hex 54 15 CB

RGB Percentages of Color #5415cb

%27.27
%6.82
%65.91

CMYK Percentages of Color #5415cb

%59
%90
%0
%20

Triadic Colors of #5415cb

#5415cb #cb5415 #15cb54

Analogous Colors of #5415cb

#5415cb #af15cb #1531cb

Monochromatic Colors of #5415cb

#5415cb

Complementary Color

#5415cb #8ccb15

#5415cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5415cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5415cb Color CSS Codes

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

#5415cb Text Font Color

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

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


#5415cb Background Color

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

This div background color is #5415cb


#5415cb Border Color

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

This div border color is #5415cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5415cb


Comments

No comments written yet.

Please login to write comment.