Color Hex Logo

#3081ec Color Hex

#3081EC
(48,129,236)
0 Favorites   0 Comments

Color spaces of #3081ec

RGB 48129236
HSL0.590.830.56
HSV214°80°93°
CMYK 0.800.450.00   0.07
XYZ24.209522.385082.4016
Yxy22.38500.18770.1735
Hunter Lab47.31288.5394-70.1426
CIE-Lab54.433113.3553-60.8224

#3081ec color RGB value is (48,129,236).

#3081ec hex color red value is 48, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3081ec hue: 0.59 , saturation: 0.83 and the lightness value of 3081ec is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000001 11101100
Octal 60 201 354
Decimal 48 129 236
Hex 30 81 EC

RGB Percentages of Color #3081ec

%11.62
%31.23
%57.14

CMYK Percentages of Color #3081ec

%80
%45
%0
%7

Triadic Colors of #3081ec

#3081ec #ec3081 #81ec30

Analogous Colors of #3081ec

#3081ec #3d30ec #30dfec

Monochromatic Colors of #3081ec

#3081ec

Complementary Color

#3081ec #ec9b30

#3081ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3081ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3081ec Color CSS Codes

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

#3081ec Text Font Color

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

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


#3081ec Background Color

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

This div background color is #3081ec


#3081ec Border Color

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

This div border color is #3081ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,129,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3081ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3081ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3081ec;
  box-shadow:         1px 1px 3px 2px #3081ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3081ec


Comments

No comments written yet.

Please login to write comment.