Color Hex Logo

#384fff Color Hex

#384FFF
(56,79,255)
0 Favorites   0 Comments

Color spaces of #384fff

RGB 5679255
HSL0.651.000.61
HSV233°78°100°
CMYK 0.780.690.00   0.00
XYZ22.476913.652796.0583
Yxy13.65270.17000.1033
Hunter Lab36.949643.9222-128.2724
CIE-Lab43.730751.7377-88.8336

#384fff color RGB value is (56,79,255).

#384fff hex color red value is 56, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #384fff hue: 0.65 , saturation: 1.00 and the lightness value of 384fff is 0.61.

The process color (four color CMYK) of #384fff color hex is 0.78, 0.69, 0.00, 0.00. Web safe color of #384fff is #3366ff. Color #384fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001111 11111111
Octal 70 117 377
Decimal 56 79 255
Hex 38 4F FF

RGB Percentages of Color #384fff

%14.36
%20.26
%65.38

CMYK Percentages of Color #384fff

%78
%69
%0
%0

Triadic Colors of #384fff

#384fff #ff384f #4fff38

Analogous Colors of #384fff

#384fff #8538ff #38b3ff

Monochromatic Colors of #384fff

#384fff

Complementary Color

#384fff #ffe838

#384fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#384fff Color CSS Codes

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

#384fff Text Font Color

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

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


#384fff Background Color

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

This div background color is #384fff


#384fff Border Color

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

This div border color is #384fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384fff


Comments

No comments written yet.

Please login to write comment.