Color Hex Logo

#384dfd Color Hex

#384DFD
(56,77,253)
0 Favorites   0 Comments

Color spaces of #384dfd

RGB 5677253
HSL0.650.980.61
HSV234°78°99°
CMYK 0.780.700.00   0.01
XYZ22.014413.240494.3239
Yxy13.24040.16990.1022
Hunter Lab36.387444.3148-128.2213
CIE-Lab43.123352.2204-88.7194

#384dfd color RGB value is (56,77,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 11111101
Octal 70 115 375
Decimal 56 77 253
Hex 38 4D FD

RGB Percentages of Color #384dfd

%14.51
%19.95
%65.54

CMYK Percentages of Color #384dfd

%78
%70
%0
%1

Triadic Colors of #384dfd

#384dfd #fd384d #4dfd38

Analogous Colors of #384dfd

#384dfd #8638fd #38b0fd

Monochromatic Colors of #384dfd

#384dfd

Complementary Color

#384dfd #fde838

#384dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#384dfd Color CSS Codes

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

#384dfd Text Font Color

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

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


#384dfd Background Color

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

This div background color is #384dfd


#384dfd Border Color

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

This div border color is #384dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.