Color Hex Logo

#3457ee Color Hex

#3457EE
(52,87,238)
0 Favorites   0 Comments

Color spaces of #3457ee

RGB 5287238
HSL0.640.850.57
HSV229°78°93°
CMYK 0.780.630.00   0.07
XYZ20.257013.719582.4694
Yxy13.71950.17400.1178
Hunter Lab37.039832.8015-106.0816
CIE-Lab43.827940.7845-79.1571

#3457ee color RGB value is (52,87,238).

#3457ee hex color red value is 52, green value is 87 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3457ee hue: 0.64 , saturation: 0.85 and the lightness value of 3457ee is 0.57.

The process color (four color CMYK) of #3457ee color hex is 0.78, 0.63, 0.00, 0.07. Web safe color of #3457ee is #3366ff. Color #3457ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010111 11101110
Octal 64 127 356
Decimal 52 87 238
Hex 34 57 EE

RGB Percentages of Color #3457ee

%13.79
%23.08
%63.13

CMYK Percentages of Color #3457ee

%78
%63
%0
%7

Triadic Colors of #3457ee

#3457ee #ee3457 #57ee34

Analogous Colors of #3457ee

#3457ee #6e34ee #34b4ee

Monochromatic Colors of #3457ee

#3457ee

Complementary Color

#3457ee #eecb34

#3457ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3457ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3457ee Color CSS Codes

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

#3457ee Text Font Color

<p style="color:#3457ee">Text here</p>

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


#3457ee Background Color

<div style="background-color:#3457ee">
Div content here</div>

This div background color is #3457ee


#3457ee Border Color

<div style="border:3px solid #3457ee">
Div here</div>

This div border color is #3457ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,87,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3457ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3457ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3457ee;
  box-shadow:         1px 1px 3px 2px #3457ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3457ee


Comments

No comments written yet.

Please login to write comment.