Color Hex Logo

#385fca Color Hex

#385FCA
(56,95,202)
0 Favorites   0 Comments

Color spaces of #385fca

RGB 5695202
HSL0.620.580.51
HSV224°72°79°
CMYK 0.720.530.00   0.21
XYZ16.383813.289457.5787
Yxy13.28940.18780.1523
Hunter Lab36.454616.4276-68.1281
CIE-Lab43.196123.1116-59.6702

#385fca color RGB value is (56,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 11001010
Octal 70 137 312
Decimal 56 95 202
Hex 38 5F CA

RGB Percentages of Color #385fca

%15.86
%26.91
%57.22

CMYK Percentages of Color #385fca

%72
%53
%0
%21

Triadic Colors of #385fca

#385fca #ca385f #5fca38

Analogous Colors of #385fca

#385fca #5a38ca #38a8ca

Monochromatic Colors of #385fca

#385fca

Complementary Color

#385fca #caa338

#385fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#385fca Color CSS Codes

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

#385fca Text Font Color

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

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


#385fca Background Color

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

This div background color is #385fca


#385fca Border Color

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

This div border color is #385fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385fca


Comments

No comments written yet.

Please login to write comment.