Color Hex Logo

#2f6afe Color Hex

#2F6AFE
(47,106,254)
0 Favorites   0 Comments

Color spaces of #2f6afe

RGB 47106254
HSL0.620.990.59
HSV223°81°100°
CMYK 0.810.580.00   0.00
XYZ24.215718.068295.9771
Yxy18.06820.17510.1307
Hunter Lab42.506727.3032-104.1179
CIE-Lab49.578734.3065-78.6967

#2f6afe color RGB value is (47,106,254).

#2f6afe hex color red value is 47, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2f6afe hue: 0.62 , saturation: 0.99 and the lightness value of 2f6afe is 0.59.

The process color (four color CMYK) of #2f6afe color hex is 0.81, 0.58, 0.00, 0.00. Web safe color of #2f6afe is #3366ff. Color #2f6afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01101010 11111110
Octal 57 152 376
Decimal 47 106 254
Hex 2F 6A FE

RGB Percentages of Color #2f6afe

%11.55
%26.04
%62.41

CMYK Percentages of Color #2f6afe

%81
%58
%0
%0

Triadic Colors of #2f6afe

#2f6afe #fe2f6a #6afe2f

Analogous Colors of #2f6afe

#2f6afe #5b2ffe #2fd2fe

Monochromatic Colors of #2f6afe

#2f6afe

Complementary Color

#2f6afe #fec32f

#2f6afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f6afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f6afe Color CSS Codes

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

#2f6afe Text Font Color

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

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


#2f6afe Background Color

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

This div background color is #2f6afe


#2f6afe Border Color

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

This div border color is #2f6afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f6afe

Related Colors


Comments

No comments written yet.

Please login to write comment.