Color Hex Logo

#3008b7 Color Hex

#3008B7
(48,8,183)
0 Favorites   0 Comments

Color spaces of #3008b7

RGB 488183
HSL0.700.920.37
HSV254°96°72°
CMYK 0.740.960.00   0.28
XYZ9.85304.220945.0952
Yxy4.22090.16650.0713
Hunter Lab20.544849.6525-115.7582
CIE-Lab24.388760.7912-79.4446

#3008b7 color RGB value is (48,8,183).

#3008b7 hex color red value is 48, green value is 8 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #3008b7 hue: 0.70 , saturation: 0.92 and the lightness value of 3008b7 is 0.37.

The process color (four color CMYK) of #3008b7 color hex is 0.74, 0.96, 0.00, 0.28. Web safe color of #3008b7 is #3300cc. Color #3008b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 10110111
Octal 60 10 267
Decimal 48 8 183
Hex 30 8 B7

RGB Percentages of Color #3008b7

%20.08
%3.35
%76.57

CMYK Percentages of Color #3008b7

%74
%96
%0
%28

Triadic Colors of #3008b7

#3008b7 #b73008 #08b730

Analogous Colors of #3008b7

#3008b7 #8808b7 #0838b7

Monochromatic Colors of #3008b7

#3008b7

Complementary Color

#3008b7 #8fb708

#3008b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3008b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3008b7 Color CSS Codes

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

#3008b7 Text Font Color

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

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


#3008b7 Background Color

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

This div background color is #3008b7


#3008b7 Border Color

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

This div border color is #3008b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,8,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3008b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3008b7;
  -webkit-box-shadow: 1px 1px 3px 2px #3008b7;
  box-shadow:         1px 1px 3px 2px #3008b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3008b7


Comments

No comments written yet.

Please login to write comment.