Color Hex Logo

#385ffd Color Hex

#385FFD
(56,95,253)
0 Favorites   0 Comments

Color spaces of #385ffd

RGB 5695253
HSL0.630.980.61
HSV228°78°99°
CMYK 0.780.620.00   0.01
XYZ23.452716.117094.8033
Yxy16.11700.17450.1199
Hunter Lab40.146034.0216-111.9090
CIE-Lab47.127641.5069-82.1378

#385ffd color RGB value is (56,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 11111101
Octal 70 137 375
Decimal 56 95 253
Hex 38 5F FD

RGB Percentages of Color #385ffd

%13.86
%23.51
%62.62

CMYK Percentages of Color #385ffd

%78
%62
%0
%1

Triadic Colors of #385ffd

#385ffd #fd385f #5ffd38

Analogous Colors of #385ffd

#385ffd #7438fd #38c2fd

Monochromatic Colors of #385ffd

#385ffd

Complementary Color

#385ffd #fdd638

#385ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#385ffd Color CSS Codes

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

#385ffd Text Font Color

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

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


#385ffd Background Color

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

This div background color is #385ffd


#385ffd Border Color

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

This div border color is #385ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.