Color Hex Logo

#385aca Color Hex

#385ACA
(56,90,202)
0 Favorites   0 Comments

Color spaces of #385aca

RGB 5690202
HSL0.630.580.51
HSV226°72°79°
CMYK 0.720.550.00   0.21
XYZ15.947712.417357.4334
Yxy12.41730.18590.1447
Hunter Lab35.238219.1167-71.9678
CIE-Lab41.871826.3286-61.8173

#385aca color RGB value is (56,90,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 11001010
Octal 70 132 312
Decimal 56 90 202
Hex 38 5A CA

RGB Percentages of Color #385aca

%16.09
%25.86
%58.05

CMYK Percentages of Color #385aca

%72
%55
%0
%21

Triadic Colors of #385aca

#385aca #ca385a #5aca38

Analogous Colors of #385aca

#385aca #5f38ca #38a3ca

Monochromatic Colors of #385aca

#385aca

Complementary Color

#385aca #caa838

#385aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#385aca Color CSS Codes

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

#385aca Text Font Color

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

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


#385aca Background Color

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

This div background color is #385aca


#385aca Border Color

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

This div border color is #385aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385aca


Comments

No comments written yet.

Please login to write comment.