Color Hex Logo

#2f5fef Color Hex

#2F5FEF
(47,95,239)
0 Favorites   0 Comments

Color spaces of #2f5fef

RGB 4795239
HSL0.630.860.56
HSV225°80°94°
CMYK 0.800.600.00   0.06
XYZ20.844515.020883.4620
Yxy15.02080.17470.1259
Hunter Lab38.756728.1785-100.5506
CIE-Lab45.662735.7360-76.7223

#2f5fef color RGB value is (47,95,239).

#2f5fef hex color red value is 47, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2f5fef hue: 0.63 , saturation: 0.86 and the lightness value of 2f5fef is 0.56.

The process color (four color CMYK) of #2f5fef color hex is 0.80, 0.60, 0.00, 0.06. Web safe color of #2f5fef is #3366ff. Color #2f5fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01011111 11101111
Octal 57 137 357
Decimal 47 95 239
Hex 2F 5F EF

RGB Percentages of Color #2f5fef

%12.34
%24.93
%62.73

CMYK Percentages of Color #2f5fef

%80
%60
%0
%6

Triadic Colors of #2f5fef

#2f5fef #ef2f5f #5fef2f

Analogous Colors of #2f5fef

#2f5fef #5f2fef #2fbfef

Monochromatic Colors of #2f5fef

#2f5fef

Complementary Color

#2f5fef #efbf2f

#2f5fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f5fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f5fef Color CSS Codes

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

#2f5fef Text Font Color

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

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


#2f5fef Background Color

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

This div background color is #2f5fef


#2f5fef Border Color

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

This div border color is #2f5fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f5fef


Comments

No comments written yet.

Please login to write comment.