Color Hex Logo

#15035e Color Hex

#15035E
(21,3,94)
0 Favorites   0 Comments

Color spaces of #15035e

RGB 21394
HSL0.700.940.19
HSV252°97°37°
CMYK 0.780.970.00   0.63
XYZ2.36221.032710.6645
Yxy1.03270.16800.0735
Hunter Lab10.162223.7085-55.1072
CIE-Lab9.260937.0304-48.6380

#15035e color RGB value is (21,3,94).

#15035e hex color red value is 21, green value is 3 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #15035e hue: 0.70 , saturation: 0.94 and the lightness value of 15035e is 0.19.

The process color (four color CMYK) of #15035e color hex is 0.78, 0.97, 0.00, 0.63. Web safe color of #15035e is #000066. Color #15035e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000011 01011110
Octal 25 3 136
Decimal 21 3 94
Hex 15 3 5E

RGB Percentages of Color #15035e

%17.80
%2.54
%79.66

CMYK Percentages of Color #15035e

%78
%97
%0
%63

Triadic Colors of #15035e

#15035e #5e1503 #035e15

Analogous Colors of #15035e

#15035e #43035e #031e5e

Monochromatic Colors of #15035e

#15035e

Complementary Color

#15035e #4c5e03

#15035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15035e Color CSS Codes

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

#15035e Text Font Color

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

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


#15035e Background Color

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

This div background color is #15035e


#15035e Border Color

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

This div border color is #15035e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,3,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15035e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15035e;
  -webkit-box-shadow: 1px 1px 3px 2px #15035e;
  box-shadow:         1px 1px 3px 2px #15035e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15035e


Comments

No comments written yet.

Please login to write comment.