Color Hex Logo

#385efd Color Hex

#385EFD
(56,94,253)
0 Favorites   0 Comments

Color spaces of #385efd

RGB 5694253
HSL0.630.980.61
HSV228°78°99°
CMYK 0.780.630.00   0.01
XYZ23.363215.938094.7735
Yxy15.93800.17430.1189
Hunter Lab39.922434.5966-112.8053
CIE-Lab46.893042.1186-82.5222

#385efd color RGB value is (56,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 11111101
Octal 70 136 375
Decimal 56 94 253
Hex 38 5E FD

RGB Percentages of Color #385efd

%13.90
%23.33
%62.78

CMYK Percentages of Color #385efd

%78
%63
%0
%1

Triadic Colors of #385efd

#385efd #fd385e #5efd38

Analogous Colors of #385efd

#385efd #7538fd #38c1fd

Monochromatic Colors of #385efd

#385efd

Complementary Color

#385efd #fdd738

#385efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#385efd Color CSS Codes

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

#385efd Text Font Color

<p style="color:#385efd">Text here</p>

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


#385efd Background Color

<div style="background-color:#385efd">
Div content here</div>

This div background color is #385efd


#385efd Border Color

<div style="border:3px solid #385efd">
Div here</div>

This div border color is #385efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,94,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 #385efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385efd


Comments

No comments written yet.

Please login to write comment.