Color Hex Logo

#389bca Color Hex

#389BCA
(56,155,202)
0 Favorites   0 Comments

Color spaces of #389bca

RGB 56155202
HSL0.550.580.51
HSV199°72°79°
CMYK 0.720.230.00   0.21
XYZ24.012928.547760.1218
Yxy28.54770.21310.2533
Hunter Lab53.4300-13.2799-29.3146
CIE-Lab60.3804-13.1396-32.3891

#389bca color RGB value is (56,155,202).

#389bca hex color red value is 56, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #389bca hue: 0.55 , saturation: 0.58 and the lightness value of 389bca is 0.51.

The process color (four color CMYK) of #389bca color hex is 0.72, 0.23, 0.00, 0.21. Web safe color of #389bca is #3399cc. Color #389bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011011 11001010
Octal 70 233 312
Decimal 56 155 202
Hex 38 9B CA

RGB Percentages of Color #389bca

%13.56
%37.53
%48.91

CMYK Percentages of Color #389bca

%72
%23
%0
%21

Triadic Colors of #389bca

#389bca #ca389b #9bca38

Analogous Colors of #389bca

#389bca #3852ca #38cab0

Monochromatic Colors of #389bca

#389bca

Complementary Color

#389bca #ca6738

#389bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#389bca Color CSS Codes

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

#389bca Text Font Color

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

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


#389bca Background Color

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

This div background color is #389bca


#389bca Border Color

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

This div border color is #389bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389bca


Comments

No comments written yet.

Please login to write comment.