Color Hex Logo

#350bfa Color Hex

#350BFA
(53,11,250)
0 Favorites   0 Comments

Color spaces of #350bfa

RGB 5311250
HSL0.700.960.51
HSV251°96°98°
CMYK 0.790.960.00   0.02
XYZ18.84327.898490.9739
Yxy7.89840.16010.0671
Hunter Lab28.104170.4983-172.2509
CIE-Lab33.770477.0196-102.5606

#350bfa color RGB value is (53,11,250).

#350bfa hex color red value is 53, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #350bfa hue: 0.70 , saturation: 0.96 and the lightness value of 350bfa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001011 11111010
Octal 65 13 372
Decimal 53 11 250
Hex 35 B FA

RGB Percentages of Color #350bfa

%16.88
%3.50
%79.62

CMYK Percentages of Color #350bfa

%79
%96
%0
%2

Triadic Colors of #350bfa

#350bfa #fa350b #0bfa35

Analogous Colors of #350bfa

#350bfa #ad0bfa #0b58fa

Monochromatic Colors of #350bfa

#350bfa

Complementary Color

#350bfa #d0fa0b

#350bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#350bfa Color CSS Codes

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

#350bfa Text Font Color

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

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


#350bfa Background Color

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

This div background color is #350bfa


#350bfa Border Color

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

This div border color is #350bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.