Color Hex Logo

#384287 Color Hex

#384287
(56,66,135)
0 Favorites   0 Comments

Color spaces of #384287

RGB 5666135
HSL0.650.410.37
HSV232°59°53°
CMYK 0.590.510.00   0.47
XYZ7.95236.486523.7545
Yxy6.48650.20820.1698
Hunter Lab25.468611.1646-37.4716
CIE-Lab30.608117.7892-40.0409

#384287 color RGB value is (56,66,135).

#384287 hex color red value is 56, green value is 66 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #384287 hue: 0.65 , saturation: 0.41 and the lightness value of 384287 is 0.37.

The process color (four color CMYK) of #384287 color hex is 0.59, 0.51, 0.00, 0.47. Web safe color of #384287 is #333399. Color #384287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 10000111
Octal 70 102 207
Decimal 56 66 135
Hex 38 42 87

RGB Percentages of Color #384287

%21.79
%25.68
%52.53

CMYK Percentages of Color #384287

%59
%51
%0
%47

Triadic Colors of #384287

#384287 #873842 #428738

Analogous Colors of #384287

#384287 #553887 #386a87

Monochromatic Colors of #384287

#384287

Complementary Color

#384287 #877d38

#384287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384287 Color CSS Codes

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

#384287 Text Font Color

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

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


#384287 Background Color

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

This div background color is #384287


#384287 Border Color

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

This div border color is #384287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,66,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384287;
  -webkit-box-shadow: 1px 1px 3px 2px #384287;
  box-shadow:         1px 1px 3px 2px #384287; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384287


Comments

No comments written yet.

Please login to write comment.