Color Hex Logo

#389ccf Color Hex

#389CCF
(56,156,207)
0 Favorites   0 Comments

Color spaces of #389ccf

RGB 56156207
HSL0.560.610.52
HSV200°73°81°
CMYK 0.730.250.00   0.19
XYZ24.781829.122763.3466
Yxy29.12270.21140.2484
Hunter Lab53.9655-12.4695-31.8209
CIE-Lab60.8898-11.9970-34.3935

#389ccf color RGB value is (56,156,207).

#389ccf hex color red value is 56, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #389ccf hue: 0.56 , saturation: 0.61 and the lightness value of 389ccf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11001111
Octal 70 234 317
Decimal 56 156 207
Hex 38 9C CF

RGB Percentages of Color #389ccf

%13.37
%37.23
%49.40

CMYK Percentages of Color #389ccf

%73
%25
%0
%19

Triadic Colors of #389ccf

#389ccf #cf389c #9ccf38

Analogous Colors of #389ccf

#389ccf #3850cf #38cfb7

Monochromatic Colors of #389ccf

#389ccf

Complementary Color

#389ccf #cf6b38

#389ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ccf Color CSS Codes

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

#389ccf Text Font Color

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

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


#389ccf Background Color

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

This div background color is #389ccf


#389ccf Border Color

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

This div border color is #389ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ccf


Comments

No comments written yet.

Please login to write comment.