Color Hex Logo

#384bca Color Hex

#384BCA
(56,75,202)
0 Favorites   0 Comments

Color spaces of #384bca

RGB 5675202
HSL0.640.580.51
HSV232°72°79°
CMYK 0.720.630.00   0.21
XYZ14.807610.137257.0533
Yxy10.13720.18060.1236
Hunter Lab31.839027.2982-83.9564
CIE-Lab38.087635.9052-67.9846

#384bca color RGB value is (56,75,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 11001010
Octal 70 113 312
Decimal 56 75 202
Hex 38 4B CA

RGB Percentages of Color #384bca

%16.82
%22.52
%60.66

CMYK Percentages of Color #384bca

%72
%63
%0
%21

Triadic Colors of #384bca

#384bca #ca384b #4bca38

Analogous Colors of #384bca

#384bca #6e38ca #3894ca

Monochromatic Colors of #384bca

#384bca

Complementary Color

#384bca #cab738

#384bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#384bca Color CSS Codes

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

#384bca Text Font Color

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

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


#384bca Background Color

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

This div background color is #384bca


#384bca Border Color

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

This div border color is #384bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384bca


Comments

No comments written yet.

Please login to write comment.