Color Hex Logo

#384abf Color Hex

#384ABF
(56,74,191)
0 Favorites   0 Comments

Color spaces of #384abf

RGB 5674191
HSL0.640.550.48
HSV232°71°75°
CMYK 0.710.610.00   0.25
XYZ13.48369.499950.4132
Yxy9.49990.18370.1294
Hunter Lab30.821924.1497-75.4011
CIE-Lab36.929532.6266-63.4664

#384abf color RGB value is (56,74,191).

#384abf hex color red value is 56, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #384abf hue: 0.64 , saturation: 0.55 and the lightness value of 384abf is 0.48.

The process color (four color CMYK) of #384abf color hex is 0.71, 0.61, 0.00, 0.25. Web safe color of #384abf is #3333cc. Color #384abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 10111111
Octal 70 112 277
Decimal 56 74 191
Hex 38 4A BF

RGB Percentages of Color #384abf

%17.45
%23.05
%59.50

CMYK Percentages of Color #384abf

%71
%61
%0
%25

Triadic Colors of #384abf

#384abf #bf384a #4abf38

Analogous Colors of #384abf

#384abf #6a38bf #388ebf

Monochromatic Colors of #384abf

#384abf

Complementary Color

#384abf #bfad38

#384abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#384abf Color CSS Codes

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

#384abf Text Font Color

<p style="color:#384abf">Text here</p>

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


#384abf Background Color

<div style="background-color:#384abf">
Div content here</div>

This div background color is #384abf


#384abf Border Color

<div style="border:3px solid #384abf">
Div here</div>

This div border color is #384abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,74,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384abf;
  -webkit-box-shadow: 1px 1px 3px 2px #384abf;
  box-shadow:         1px 1px 3px 2px #384abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384abf


Comments

No comments written yet.

Please login to write comment.