Color Hex Logo

#367cfe Color Hex

#367CFE
(54,124,254)
0 Favorites   0 Comments

Color spaces of #367cfe

RGB 54124254
HSL0.610.990.60
HSV219°79°100°
CMYK 0.790.510.00   0.00
XYZ26.618422.355396.6780
Yxy22.35530.18280.1535
Hunter Lab47.281417.7492-88.1355
CIE-Lab54.402023.6713-70.8464

#367cfe color RGB value is (54,124,254).

#367cfe hex color red value is 54, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #367cfe hue: 0.61 , saturation: 0.99 and the lightness value of 367cfe is 0.60.

The process color (four color CMYK) of #367cfe color hex is 0.79, 0.51, 0.00, 0.00. Web safe color of #367cfe is #3366ff. Color #367cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111100 11111110
Octal 66 174 376
Decimal 54 124 254
Hex 36 7C FE

RGB Percentages of Color #367cfe

%12.50
%28.70
%58.80

CMYK Percentages of Color #367cfe

%79
%51
%0
%0

Triadic Colors of #367cfe

#367cfe #fe367c #7cfe36

Analogous Colors of #367cfe

#367cfe #5436fe #36e0fe

Monochromatic Colors of #367cfe

#367cfe

Complementary Color

#367cfe #feb836

#367cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#367cfe Color CSS Codes

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

#367cfe Text Font Color

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

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


#367cfe Background Color

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

This div background color is #367cfe


#367cfe Border Color

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

This div border color is #367cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367cfe


Comments

No comments written yet.

Please login to write comment.