Color Hex Logo

#3084ee Color Hex

#3084EE
(48,132,238)
0 Favorites   0 Comments

Color spaces of #3084ee

RGB 48132238
HSL0.590.850.56
HSV213°80°93°
CMYK 0.800.450.00   0.07
XYZ24.902823.304084.0745
Yxy23.30400.18830.1762
Hunter Lab48.27427.6014-69.4677
CIE-Lab55.384112.2534-60.4079

#3084ee color RGB value is (48,132,238).

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

The process color (four color CMYK) of #3084ee color hex is 0.80, 0.45, 0.00, 0.07. Web safe color of #3084ee is #3399ff. Color #3084ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 11101110
Octal 60 204 356
Decimal 48 132 238
Hex 30 84 EE

RGB Percentages of Color #3084ee

%11.48
%31.58
%56.94

CMYK Percentages of Color #3084ee

%80
%45
%0
%7

Triadic Colors of #3084ee

#3084ee #ee3084 #84ee30

Analogous Colors of #3084ee

#3084ee #3b30ee #30e3ee

Monochromatic Colors of #3084ee

#3084ee

Complementary Color

#3084ee #ee9a30

#3084ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3084ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3084ee Color CSS Codes

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

#3084ee Text Font Color

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

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


#3084ee Background Color

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

This div background color is #3084ee


#3084ee Border Color

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

This div border color is #3084ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3084ee


Comments

No comments written yet.

Please login to write comment.