Color Hex Logo

#301788 Color Hex

#301788
(48,23,136)
0 Favorites   0 Comments

Color spaces of #301788

RGB 4823136
HSL0.700.710.31
HSV253°83°53°
CMYK 0.650.830.00   0.47
XYZ5.96933.018723.5606
Yxy3.01870.18340.0927
Hunter Lab17.374430.9218-68.2382
CIE-Lab20.118643.0622-57.7977

#301788 color RGB value is (48,23,136).

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

The process color (four color CMYK) of #301788 color hex is 0.65, 0.83, 0.00, 0.47. Web safe color of #301788 is #330099. Color #301788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010111 10001000
Octal 60 27 210
Decimal 48 23 136
Hex 30 17 88

RGB Percentages of Color #301788

%23.19
%11.11
%65.70

CMYK Percentages of Color #301788

%65
%83
%0
%47

Triadic Colors of #301788

#301788 #883017 #178830

Analogous Colors of #301788

#301788 #691788 #173688

Monochromatic Colors of #301788

#301788

Complementary Color

#301788 #6f8817

#301788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301788 Color CSS Codes

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

#301788 Text Font Color

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

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


#301788 Background Color

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

This div background color is #301788


#301788 Border Color

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

This div border color is #301788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301788


Comments

No comments written yet.

Please login to write comment.