Color Hex Logo

#385cca Color Hex

#385CCA
(56,92,202)
0 Favorites   0 Comments

Color spaces of #385cca

RGB 5692202
HSL0.630.580.51
HSV225°72°79°
CMYK 0.720.540.00   0.21
XYZ16.118712.759357.4904
Yxy12.75930.18660.1477
Hunter Lab35.720218.0377-70.4211
CIE-Lab42.398325.0414-60.9630

#385cca color RGB value is (56,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011100 11001010
Octal 70 134 312
Decimal 56 92 202
Hex 38 5C CA

RGB Percentages of Color #385cca

%16.00
%26.29
%57.71

CMYK Percentages of Color #385cca

%72
%54
%0
%21

Triadic Colors of #385cca

#385cca #ca385c #5cca38

Analogous Colors of #385cca

#385cca #5d38ca #38a5ca

Monochromatic Colors of #385cca

#385cca

Complementary Color

#385cca #caa638

#385cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#385cca Color CSS Codes

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

#385cca Text Font Color

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

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


#385cca Background Color

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

This div background color is #385cca


#385cca Border Color

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

This div border color is #385cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385cca


Comments

No comments written yet.

Please login to write comment.