Color Hex Logo

#15055d Color Hex

#15055D
(21,5,93)
0 Favorites   0 Comments

Color spaces of #15055d

RGB 21593
HSL0.700.900.19
HSV251°95°36°
CMYK 0.770.950.00   0.64
XYZ2.33931.058310.4369
Yxy1.05830.16910.0765
Hunter Lab10.287422.5872-52.9506
CIE-Lab9.468035.6649-47.6205

#15055d color RGB value is (21,5,93).

#15055d hex color red value is 21, green value is 5 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #15055d hue: 0.70 , saturation: 0.90 and the lightness value of 15055d is 0.19.

The process color (four color CMYK) of #15055d color hex is 0.77, 0.95, 0.00, 0.64. Web safe color of #15055d is #000066. Color #15055d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 01011101
Octal 25 5 135
Decimal 21 5 93
Hex 15 5 5D

RGB Percentages of Color #15055d

%17.65
%4.20
%78.15

CMYK Percentages of Color #15055d

%77
%95
%0
%64

Triadic Colors of #15055d

#15055d #5d1505 #055d15

Analogous Colors of #15055d

#15055d #41055d #05215d

Monochromatic Colors of #15055d

#15055d

Complementary Color

#15055d #4d5d05

#15055d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15055d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15055d Color CSS Codes

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

#15055d Text Font Color

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

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


#15055d Background Color

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

This div background color is #15055d


#15055d Border Color

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

This div border color is #15055d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,5,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15055d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15055d;
  -webkit-box-shadow: 1px 1px 3px 2px #15055d;
  box-shadow:         1px 1px 3px 2px #15055d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,5,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15055d


Comments

No comments written yet.

Please login to write comment.