Color Hex Logo

#367fef Color Hex

#367FEF
(54,127,239)
0 Favorites   0 Comments

Color spaces of #367fef

RGB 54127239
HSL0.600.850.57
HSV216°77°94°
CMYK 0.770.470.00   0.06
XYZ24.690722.195084.6441
Yxy22.19500.18770.1687
Hunter Lab47.111611.1048-73.5467
CIE-Lab54.233316.3028-62.8055

#367fef color RGB value is (54,127,239).

#367fef hex color red value is 54, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #367fef hue: 0.60 , saturation: 0.85 and the lightness value of 367fef is 0.57.

The process color (four color CMYK) of #367fef color hex is 0.77, 0.47, 0.00, 0.06. Web safe color of #367fef is #3366ff. Color #367fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111111 11101111
Octal 66 177 357
Decimal 54 127 239
Hex 36 7F EF

RGB Percentages of Color #367fef

%12.86
%30.24
%56.90

CMYK Percentages of Color #367fef

%77
%47
%0
%6

Triadic Colors of #367fef

#367fef #ef367f #7fef36

Analogous Colors of #367fef

#367fef #4a36ef #36dcef

Monochromatic Colors of #367fef

#367fef

Complementary Color

#367fef #efa636

#367fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#367fef Color CSS Codes

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

#367fef Text Font Color

<p style="color:#367fef">Text here</p>

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


#367fef Background Color

<div style="background-color:#367fef">
Div content here</div>

This div background color is #367fef


#367fef Border Color

<div style="border:3px solid #367fef">
Div here</div>

This div border color is #367fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,127,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367fef;
  -webkit-box-shadow: 1px 1px 3px 2px #367fef;
  box-shadow:         1px 1px 3px 2px #367fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,127,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 #367fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367fef


Comments

No comments written yet.

Please login to write comment.