Color Hex Logo

#2f82db Color Hex

#2F82DB
(47,130,219)
0 Favorites   0 Comments

Color spaces of #2f82db

RGB 47130219
HSL0.590.700.52
HSV211°79°86°
CMYK 0.790.410.00   0.14
XYZ21.941121.684170.0469
Yxy21.68410.19300.1908
Hunter Lab46.56622.6150-56.5903
CIE-Lab53.69026.3320-52.4970

#2f82db color RGB value is (47,130,219).

#2f82db hex color red value is 47, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2f82db hue: 0.59 , saturation: 0.70 and the lightness value of 2f82db is 0.52.

The process color (four color CMYK) of #2f82db color hex is 0.79, 0.41, 0.00, 0.14. Web safe color of #2f82db is #3399cc. Color #2f82db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10000010 11011011
Octal 57 202 333
Decimal 47 130 219
Hex 2F 82 DB

RGB Percentages of Color #2f82db

%11.87
%32.83
%55.30

CMYK Percentages of Color #2f82db

%79
%41
%0
%14

Triadic Colors of #2f82db

#2f82db #db2f82 #82db2f

Analogous Colors of #2f82db

#2f82db #322fdb #2fd8db

Monochromatic Colors of #2f82db

#2f82db

Complementary Color

#2f82db #db882f

#2f82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f82db Color CSS Codes

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

#2f82db Text Font Color

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

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


#2f82db Background Color

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

This div background color is #2f82db


#2f82db Border Color

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

This div border color is #2f82db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,130,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f82db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f82db;
  -webkit-box-shadow: 1px 1px 3px 2px #2f82db;
  box-shadow:         1px 1px 3px 2px #2f82db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,130,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f82db


Comments

No comments written yet.

Please login to write comment.