Color Hex Logo

#389be5 Color Hex

#389BE5
(56,155,229)
0 Favorites   0 Comments

Color spaces of #389be5

RGB 56155229
HSL0.570.770.56
HSV206°76°90°
CMYK 0.760.320.00   0.10
XYZ27.495129.940678.4587
Yxy29.94060.20230.2203
Hunter Lab54.7180-6.0625-46.7118
CIE-Lab61.6029-3.8146-45.5060

#389be5 color RGB value is (56,155,229).

#389be5 hex color red value is 56, green value is 155 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #389be5 hue: 0.57 , saturation: 0.77 and the lightness value of 389be5 is 0.56.

The process color (four color CMYK) of #389be5 color hex is 0.76, 0.32, 0.00, 0.10. Web safe color of #389be5 is #3399cc. Color #389be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011011 11100101
Octal 70 233 345
Decimal 56 155 229
Hex 38 9B E5

RGB Percentages of Color #389be5

%12.73
%35.23
%52.05

CMYK Percentages of Color #389be5

%76
%32
%0
%10

Triadic Colors of #389be5

#389be5 #e5389b #9be538

Analogous Colors of #389be5

#389be5 #3845e5 #38e5d9

Monochromatic Colors of #389be5

#389be5

Complementary Color

#389be5 #e58238

#389be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389be5 Color CSS Codes

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

#389be5 Text Font Color

<p style="color:#389be5">Text here</p>

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


#389be5 Background Color

<div style="background-color:#389be5">
Div content here</div>

This div background color is #389be5


#389be5 Border Color

<div style="border:3px solid #389be5">
Div here</div>

This div border color is #389be5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,155,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389be5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389be5;
  -webkit-box-shadow: 1px 1px 3px 2px #389be5;
  box-shadow:         1px 1px 3px 2px #389be5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,155,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389be5


Comments

No comments written yet.

Please login to write comment.