Color Hex Logo

#3084bc Color Hex

#3084BC
(48,132,188)
0 Favorites   0 Comments

Color spaces of #3084bc

RGB 48132188
HSL0.570.590.46
HSV204°74°74°
CMYK 0.740.300.00   0.26
XYZ18.547320.761750.6068
Yxy20.76170.20630.2309
Hunter Lab45.5650-7.0801-33.9550
CIE-Lab52.6877-6.0547-36.4949

#3084bc color RGB value is (48,132,188).

#3084bc hex color red value is 48, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3084bc hue: 0.57 , saturation: 0.59 and the lightness value of 3084bc is 0.46.

The process color (four color CMYK) of #3084bc color hex is 0.74, 0.30, 0.00, 0.26. Web safe color of #3084bc is #3399cc. Color #3084bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 10111100
Octal 60 204 274
Decimal 48 132 188
Hex 30 84 BC

RGB Percentages of Color #3084bc

%13.04
%35.87
%51.09

CMYK Percentages of Color #3084bc

%74
%30
%0
%26

Triadic Colors of #3084bc

#3084bc #bc3084 #84bc30

Analogous Colors of #3084bc

#3084bc #303ebc #30bcae

Monochromatic Colors of #3084bc

#3084bc

Complementary Color

#3084bc #bc6830

#3084bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3084bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3084bc Color CSS Codes

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

#3084bc Text Font Color

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

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


#3084bc Background Color

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

This div background color is #3084bc


#3084bc Border Color

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

This div border color is #3084bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,132,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3084bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3084bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3084bc;
  box-shadow:         1px 1px 3px 2px #3084bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3084bc


Comments

No comments written yet.

Please login to write comment.