Color Hex Logo

#340bff Color Hex

#340BFF
(52,11,255)
0 Favorites   0 Comments

Color spaces of #340bff

RGB 5211255
HSL0.691.000.52
HSV250°96°100°
CMYK 0.800.960.00   0.00
XYZ19.58588.189495.1562
Yxy8.18940.15930.0666
Hunter Lab28.617172.0869-177.1161
CIE-Lab34.374378.1973-104.3630

#340bff color RGB value is (52,11,255).

#340bff hex color red value is 52, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #340bff hue: 0.69 , saturation: 1.00 and the lightness value of 340bff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001011 11111111
Octal 64 13 377
Decimal 52 11 255
Hex 34 B FF

RGB Percentages of Color #340bff

%16.35
%3.46
%80.19

CMYK Percentages of Color #340bff

%80
%96
%0
%0

Triadic Colors of #340bff

#340bff #ff340b #0bff34

Analogous Colors of #340bff

#340bff #ae0bff #0b5cff

Monochromatic Colors of #340bff

#340bff

Complementary Color

#340bff #d6ff0b

#340bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#340bff Color CSS Codes

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

#340bff Text Font Color

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

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


#340bff Background Color

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

This div background color is #340bff


#340bff Border Color

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

This div border color is #340bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340bff

Related Colors


Comments

No comments written yet.

Please login to write comment.