Color Hex Logo

#384add Color Hex

#384ADD
(56,74,221)
0 Favorites   0 Comments

Color spaces of #384add

RGB 5674221
HSL0.650.710.54
HSV233°75°87°
CMYK 0.750.670.00   0.13
XYZ17.130810.958869.6190
Yxy10.95880.17530.1122
Hunter Lab33.104134.4386-101.5160
CIE-Lab39.511043.1621-76.5916

#384add color RGB value is (56,74,221).

#384add hex color red value is 56, green value is 74 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #384add hue: 0.65 , saturation: 0.71 and the lightness value of 384add is 0.54.

The process color (four color CMYK) of #384add color hex is 0.75, 0.67, 0.00, 0.13. Web safe color of #384add is #3333cc. Color #384add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001010 11011101
Octal 70 112 335
Decimal 56 74 221
Hex 38 4A DD

RGB Percentages of Color #384add

%15.95
%21.08
%62.96

CMYK Percentages of Color #384add

%75
%67
%0
%13

Triadic Colors of #384add

#384add #dd384a #4add38

Analogous Colors of #384add

#384add #7938dd #389ddd

Monochromatic Colors of #384add

#384add

Complementary Color

#384add #ddcb38

#384add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384add Color Preview on White Background

Lorem ipsum dolor sit amet.

#384add Color CSS Codes

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

#384add Text Font Color

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

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


#384add Background Color

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

This div background color is #384add


#384add Border Color

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

This div border color is #384add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384add


Comments

No comments written yet.

Please login to write comment.