Color Hex Logo

#301587 Color Hex

#301587
(48,21,135)
0 Favorites   0 Comments

Color spaces of #301587

RGB 4821135
HSL0.710.730.31
HSV254°84°53°
CMYK 0.640.840.00   0.47
XYZ5.86032.914023.1753
Yxy2.91400.18340.0912
Hunter Lab17.070431.4060-68.5444
CIE-Lab19.696143.6662-57.8680

#301587 color RGB value is (48,21,135).

#301587 hex color red value is 48, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #301587 hue: 0.71 , saturation: 0.73 and the lightness value of 301587 is 0.31.

The process color (four color CMYK) of #301587 color hex is 0.64, 0.84, 0.00, 0.47. Web safe color of #301587 is #330099. Color #301587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 10000111
Octal 60 25 207
Decimal 48 21 135
Hex 30 15 87

RGB Percentages of Color #301587

%23.53
%10.29
%66.18

CMYK Percentages of Color #301587

%64
%84
%0
%47

Triadic Colors of #301587

#301587 #873015 #158730

Analogous Colors of #301587

#301587 #691587 #153387

Monochromatic Colors of #301587

#301587

Complementary Color

#301587 #6c8715

#301587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301587 Color CSS Codes

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

#301587 Text Font Color

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

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


#301587 Background Color

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

This div background color is #301587


#301587 Border Color

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

This div border color is #301587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301587


Comments

No comments written yet.

Please login to write comment.