Color Hex Logo

#389dc3 Color Hex

#389DC3
(56,157,195)
0 Favorites   0 Comments

Color spaces of #389dc3

RGB 56157195
HSL0.550.550.49
HSV196°71°76°
CMYK 0.710.190.00   0.24
XYZ23.538228.894855.9664
Yxy28.89480.21710.2666
Hunter Lab53.7539-15.9062-24.1027
CIE-Lab60.6887-16.5653-27.9867

#389dc3 color RGB value is (56,157,195).

#389dc3 hex color red value is 56, green value is 157 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #389dc3 hue: 0.55 , saturation: 0.55 and the lightness value of 389dc3 is 0.49.

The process color (four color CMYK) of #389dc3 color hex is 0.71, 0.19, 0.00, 0.24. Web safe color of #389dc3 is #3399cc. Color #389dc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 11000011
Octal 70 235 303
Decimal 56 157 195
Hex 38 9D C3

RGB Percentages of Color #389dc3

%13.73
%38.48
%47.79

CMYK Percentages of Color #389dc3

%71
%19
%0
%24

Triadic Colors of #389dc3

#389dc3 #c3389d #9dc338

Analogous Colors of #389dc3

#389dc3 #3858c3 #38c3a4

Monochromatic Colors of #389dc3

#389dc3

Complementary Color

#389dc3 #c35e38

#389dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389dc3 Color CSS Codes

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

#389dc3 Text Font Color

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

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


#389dc3 Background Color

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

This div background color is #389dc3


#389dc3 Border Color

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

This div border color is #389dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389dc3


Comments

No comments written yet.

Please login to write comment.