Color Hex Logo

#302387 Color Hex

#302387
(48,35,135)
0 Favorites   0 Comments

Color spaces of #302387

RGB 4835135
HSL0.690.590.33
HSV248°74°53°
CMYK 0.640.740.00   0.47
XYZ6.19313.579723.2862
Yxy3.57970.18730.1083
Hunter Lab18.920125.3181-59.7280
CIE-Lab22.230236.4139-53.6890

#302387 color RGB value is (48,35,135).

#302387 hex color red value is 48, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #302387 hue: 0.69 , saturation: 0.59 and the lightness value of 302387 is 0.33.

The process color (four color CMYK) of #302387 color hex is 0.64, 0.74, 0.00, 0.47. Web safe color of #302387 is #333399. Color #302387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100011 10000111
Octal 60 43 207
Decimal 48 35 135
Hex 30 23 87

RGB Percentages of Color #302387

%22.02
%16.06
%61.93

CMYK Percentages of Color #302387

%64
%74
%0
%47

Triadic Colors of #302387

#302387 #873023 #238730

Analogous Colors of #302387

#302387 #622387 #234887

Monochromatic Colors of #302387

#302387

Complementary Color

#302387 #7a8723

#302387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#302387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#302387 Color CSS Codes

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

#302387 Text Font Color

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

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


#302387 Background Color

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

This div background color is #302387


#302387 Border Color

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

This div border color is #302387


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,35,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 #302387">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #302387


Comments

No comments written yet.

Please login to write comment.