Color Hex Logo

#343aeb Color Hex

#343AEB
(52,58,235)
0 Favorites   0 Comments

Color spaces of #343aeb

RGB 5258235
HSL0.660.820.56
HSV238°78°92°
CMYK 0.780.750.00   0.08
XYZ17.92469.754379.5353
Yxy9.75430.16720.0910
Hunter Lab31.231947.7890-129.1260
CIE-Lab37.397856.5674-88.0554

#343aeb color RGB value is (52,58,235).

#343aeb hex color red value is 52, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #343aeb hue: 0.66 , saturation: 0.82 and the lightness value of 343aeb is 0.56.

The process color (four color CMYK) of #343aeb color hex is 0.78, 0.75, 0.00, 0.08. Web safe color of #343aeb is #3333ff. Color #343aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 11101011
Octal 64 72 353
Decimal 52 58 235
Hex 34 3A EB

RGB Percentages of Color #343aeb

%15.07
%16.81
%68.12

CMYK Percentages of Color #343aeb

%78
%75
%0
%8

Triadic Colors of #343aeb

#343aeb #eb343a #3aeb34

Analogous Colors of #343aeb

#343aeb #8a34eb #3496eb

Monochromatic Colors of #343aeb

#343aeb

Complementary Color

#343aeb #ebe534

#343aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343aeb Color CSS Codes

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

#343aeb Text Font Color

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

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


#343aeb Background Color

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

This div background color is #343aeb


#343aeb Border Color

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

This div border color is #343aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,58,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #343aeb;
  box-shadow:         1px 1px 3px 2px #343aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343aeb


Comments

No comments written yet.

Please login to write comment.