Color Hex Logo

#385cea Color Hex

#385CEA
(56,92,234)
0 Favorites   0 Comments

Color spaces of #385cea

RGB 5692234
HSL0.630.810.57
HSV228°76°92°
CMYK 0.760.610.00   0.08
XYZ20.309314.435679.5578
Yxy14.43560.17770.1263
Hunter Lab37.994228.9249-97.5541
CIE-Lab44.851336.6304-75.2216

#385cea color RGB value is (56,92,234).

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

The process color (four color CMYK) of #385cea color hex is 0.76, 0.61, 0.00, 0.08. Web safe color of #385cea is #3366ff. Color #385cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011100 11101010
Octal 70 134 352
Decimal 56 92 234
Hex 38 5C EA

RGB Percentages of Color #385cea

%14.66
%24.08
%61.26

CMYK Percentages of Color #385cea

%76
%61
%0
%8

Triadic Colors of #385cea

#385cea #ea385c #5cea38

Analogous Colors of #385cea

#385cea #6d38ea #38b5ea

Monochromatic Colors of #385cea

#385cea

Complementary Color

#385cea #eac638

#385cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#385cea Color CSS Codes

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

#385cea Text Font Color

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

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


#385cea Background Color

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

This div background color is #385cea


#385cea Border Color

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

This div border color is #385cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385cea


Comments

No comments written yet.

Please login to write comment.