Color Hex Logo

#385bca Color Hex

#385BCA
(56,91,202)
0 Favorites   0 Comments

Color spaces of #385bca

RGB 5691202
HSL0.630.580.51
HSV226°72°79°
CMYK 0.720.550.00   0.21
XYZ16.032612.587257.4617
Yxy12.58720.18620.1462
Hunter Lab35.478418.5763-71.1925
CIE-Lab42.134625.6846-61.3909

#385bca color RGB value is (56,91,202).

#385bca hex color red value is 56, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #385bca hue: 0.63 , saturation: 0.58 and the lightness value of 385bca is 0.51.

The process color (four color CMYK) of #385bca color hex is 0.72, 0.55, 0.00, 0.21. Web safe color of #385bca is #3366cc. Color #385bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011011 11001010
Octal 70 133 312
Decimal 56 91 202
Hex 38 5B CA

RGB Percentages of Color #385bca

%16.05
%26.07
%57.88

CMYK Percentages of Color #385bca

%72
%55
%0
%21

Triadic Colors of #385bca

#385bca #ca385b #5bca38

Analogous Colors of #385bca

#385bca #5e38ca #38a4ca

Monochromatic Colors of #385bca

#385bca

Complementary Color

#385bca #caa738

#385bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#385bca Color CSS Codes

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

#385bca Text Font Color

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

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


#385bca Background Color

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

This div background color is #385bca


#385bca Border Color

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

This div border color is #385bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385bca


Comments

No comments written yet.

Please login to write comment.