Color Hex Logo

#320fb3 Color Hex

#320FB3
(50,15,179)
0 Favorites   0 Comments

Color spaces of #320fb3

RGB 5015179
HSL0.700.850.38
HSV253°92°70°
CMYK 0.720.920.00   0.30
XYZ9.62294.274442.9657
Yxy4.27440.16920.0752
Hunter Lab20.674646.9013-108.7434
CIE-Lab24.558658.2159-76.7670

#320fb3 color RGB value is (50,15,179).

#320fb3 hex color red value is 50, green value is 15 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #320fb3 hue: 0.70 , saturation: 0.85 and the lightness value of 320fb3 is 0.38.

The process color (four color CMYK) of #320fb3 color hex is 0.72, 0.92, 0.00, 0.30. Web safe color of #320fb3 is #3300cc. Color #320fb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001111 10110011
Octal 62 17 263
Decimal 50 15 179
Hex 32 F B3

RGB Percentages of Color #320fb3

%20.49
%6.15
%73.36

CMYK Percentages of Color #320fb3

%72
%92
%0
%30

Triadic Colors of #320fb3

#320fb3 #b3320f #0fb332

Analogous Colors of #320fb3

#320fb3 #840fb3 #0f3eb3

Monochromatic Colors of #320fb3

#320fb3

Complementary Color

#320fb3 #90b30f

#320fb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320fb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#320fb3 Color CSS Codes

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

#320fb3 Text Font Color

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

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


#320fb3 Background Color

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

This div background color is #320fb3


#320fb3 Border Color

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

This div border color is #320fb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,15,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #320fb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #320fb3;
  -webkit-box-shadow: 1px 1px 3px 2px #320fb3;
  box-shadow:         1px 1px 3px 2px #320fb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,15,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320fb3


Comments

No comments written yet.

Please login to write comment.