Color Hex Logo

#350efe Color Hex

#350EFE
(53,14,254)
0 Favorites   0 Comments

Color spaces of #350efe

RGB 5314254
HSL0.690.990.53
HSV250°94°100°
CMYK 0.790.940.00   0.00
XYZ19.51468.226794.3253
Yxy8.22670.15990.0674
Hunter Lab28.682271.2526-174.9055
CIE-Lab34.450677.5099-103.6731

#350efe color RGB value is (53,14,254).

#350efe hex color red value is 53, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #350efe hue: 0.69 , saturation: 0.99 and the lightness value of 350efe is 0.53.

The process color (four color CMYK) of #350efe color hex is 0.79, 0.94, 0.00, 0.00. Web safe color of #350efe is #3300ff. Color #350efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 11111110
Octal 65 16 376
Decimal 53 14 254
Hex 35 E FE

RGB Percentages of Color #350efe

%16.51
%4.36
%79.13

CMYK Percentages of Color #350efe

%79
%94
%0
%0

Triadic Colors of #350efe

#350efe #fe350e #0efe35

Analogous Colors of #350efe

#350efe #ad0efe #0e5ffe

Monochromatic Colors of #350efe

#350efe

Complementary Color

#350efe #d7fe0e

#350efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#350efe Color CSS Codes

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

#350efe Text Font Color

<p style="color:#350efe">Text here</p>

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


#350efe Background Color

<div style="background-color:#350efe">
Div content here</div>

This div background color is #350efe


#350efe Border Color

<div style="border:3px solid #350efe">
Div here</div>

This div border color is #350efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,14,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #350efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #350efe;
  -webkit-box-shadow: 1px 1px 3px 2px #350efe;
  box-shadow:         1px 1px 3px 2px #350efe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,14,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350efe

Related Colors


Comments

No comments written yet.

Please login to write comment.