Color Hex Logo

#3254ee Color Hex

#3254EE
(50,84,238)
0 Favorites   0 Comments

Color spaces of #3254ee

RGB 5084238
HSL0.640.850.56
HSV229°79°93°
CMYK 0.790.650.00   0.07
XYZ19.918313.191882.3854
Yxy13.19180.17250.1142
Hunter Lab36.320534.3291-109.0624
CIE-Lab43.050842.4602-80.4351

#3254ee color RGB value is (50,84,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010100 11101110
Octal 62 124 356
Decimal 50 84 238
Hex 32 54 EE

RGB Percentages of Color #3254ee

%13.44
%22.58
%63.98

CMYK Percentages of Color #3254ee

%79
%65
%0
%7

Triadic Colors of #3254ee

#3254ee #ee3254 #54ee32

Analogous Colors of #3254ee

#3254ee #6e32ee #32b2ee

Monochromatic Colors of #3254ee

#3254ee

Complementary Color

#3254ee #eecc32

#3254ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3254ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3254ee Color CSS Codes

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

#3254ee Text Font Color

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

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


#3254ee Background Color

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

This div background color is #3254ee


#3254ee Border Color

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

This div border color is #3254ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,84,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 #3254ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3254ee


Comments

No comments written yet.

Please login to write comment.