Color Hex Logo

#344aef Color Hex

#344AEF
(52,74,239)
0 Favorites   0 Comments

Color spaces of #344aef

RGB 5274239
HSL0.650.850.57
HSV233°78°94°
CMYK 0.780.690.00   0.06
XYZ19.444911.859682.9256
Yxy11.85960.17020.1038
Hunter Lab34.437840.5219-118.6629
CIE-Lab40.992148.9623-84.3821

#344aef color RGB value is (52,74,239).

#344aef hex color red value is 52, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #344aef hue: 0.65 , saturation: 0.85 and the lightness value of 344aef is 0.57.

The process color (four color CMYK) of #344aef color hex is 0.78, 0.69, 0.00, 0.06. Web safe color of #344aef is #3333ff. Color #344aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 11101111
Octal 64 112 357
Decimal 52 74 239
Hex 34 4A EF

RGB Percentages of Color #344aef

%14.25
%20.27
%65.48

CMYK Percentages of Color #344aef

%78
%69
%0
%6

Triadic Colors of #344aef

#344aef #ef344a #4aef34

Analogous Colors of #344aef

#344aef #7c34ef #34a8ef

Monochromatic Colors of #344aef

#344aef

Complementary Color

#344aef #efd934

#344aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#344aef Color CSS Codes

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

#344aef Text Font Color

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

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


#344aef Background Color

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

This div background color is #344aef


#344aef Border Color

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

This div border color is #344aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,74,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344aef;
  -webkit-box-shadow: 1px 1px 3px 2px #344aef;
  box-shadow:         1px 1px 3px 2px #344aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344aef


Comments

No comments written yet.

Please login to write comment.