Color Hex Logo

#367ecd Color Hex

#367ECD
(54,126,205)
0 Favorites   0 Comments

Color spaces of #367ecd

RGB 54126205
HSL0.590.600.51
HSV211°74°80°
CMYK 0.740.390.00   0.20
XYZ20.001620.113860.5858
Yxy20.11380.19860.1997
Hunter Lab44.84841.1231-48.7011
CIE-Lab51.96564.4478-47.3183

#367ecd color RGB value is (54,126,205).

#367ecd hex color red value is 54, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #367ecd hue: 0.59 , saturation: 0.60 and the lightness value of 367ecd is 0.51.

The process color (four color CMYK) of #367ecd color hex is 0.74, 0.39, 0.00, 0.20. Web safe color of #367ecd is #3366cc. Color #367ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111110 11001101
Octal 66 176 315
Decimal 54 126 205
Hex 36 7E CD

RGB Percentages of Color #367ecd

%14.03
%32.73
%53.25

CMYK Percentages of Color #367ecd

%74
%39
%0
%20

Triadic Colors of #367ecd

#367ecd #cd367e #7ecd36

Analogous Colors of #367ecd

#367ecd #3a36cd #36cacd

Monochromatic Colors of #367ecd

#367ecd

Complementary Color

#367ecd #cd8536

#367ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#367ecd Color CSS Codes

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

#367ecd Text Font Color

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

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


#367ecd Background Color

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

This div background color is #367ecd


#367ecd Border Color

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

This div border color is #367ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,126,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367ecd


Comments

No comments written yet.

Please login to write comment.