Color Hex Logo

#340bfb Color Hex

#340BFB
(52,11,251)
0 Favorites   0 Comments

Color spaces of #340bfb

RGB 5211251
HSL0.700.970.51
HSV250°96°98°
CMYK 0.790.960.00   0.02
XYZ18.94847.934491.7996
Yxy7.93440.15970.0669
Hunter Lab28.168170.7812-173.5082
CIE-Lab33.845977.2357-102.9987

#340bfb color RGB value is (52,11,251).

#340bfb hex color red value is 52, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #340bfb hue: 0.70 , saturation: 0.97 and the lightness value of 340bfb is 0.51.

The process color (four color CMYK) of #340bfb color hex is 0.79, 0.96, 0.00, 0.02. Web safe color of #340bfb is #3300ff. Color #340bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001011 11111011
Octal 64 13 373
Decimal 52 11 251
Hex 34 B FB

RGB Percentages of Color #340bfb

%16.56
%3.50
%79.94

CMYK Percentages of Color #340bfb

%79
%96
%0
%2

Triadic Colors of #340bfb

#340bfb #fb340b #0bfb34

Analogous Colors of #340bfb

#340bfb #ac0bfb #0b5afb

Monochromatic Colors of #340bfb

#340bfb

Complementary Color

#340bfb #d2fb0b

#340bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#340bfb Color CSS Codes

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

#340bfb Text Font Color

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

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


#340bfb Background Color

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

This div background color is #340bfb


#340bfb Border Color

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

This div border color is #340bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #340bfb;
  box-shadow:         1px 1px 3px 2px #340bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,11,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340bfb


Comments

No comments written yet.

Please login to write comment.