Color Hex Logo

#350fbc Color Hex

#350FBC
(53,15,188)
0 Favorites   0 Comments

Color spaces of #350fbc

RGB 5315188
HSL0.700.850.40
HSV253°92°74°
CMYK 0.720.920.00   0.26
XYZ10.71614.729447.9250
Yxy4.72940.16910.0746
Hunter Lab21.747249.8997-115.4363
CIE-Lab25.949560.7309-79.8088

#350fbc color RGB value is (53,15,188).

#350fbc hex color red value is 53, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #350fbc hue: 0.70 , saturation: 0.85 and the lightness value of 350fbc is 0.40.

The process color (four color CMYK) of #350fbc color hex is 0.72, 0.92, 0.00, 0.26. Web safe color of #350fbc is #3300cc. Color #350fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001111 10111100
Octal 65 17 274
Decimal 53 15 188
Hex 35 F BC

RGB Percentages of Color #350fbc

%20.70
%5.86
%73.44

CMYK Percentages of Color #350fbc

%72
%92
%0
%26

Triadic Colors of #350fbc

#350fbc #bc350f #0fbc35

Analogous Colors of #350fbc

#350fbc #8c0fbc #0f40bc

Monochromatic Colors of #350fbc

#350fbc

Complementary Color

#350fbc #96bc0f

#350fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#350fbc Color CSS Codes

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

#350fbc Text Font Color

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

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


#350fbc Background Color

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

This div background color is #350fbc


#350fbc Border Color

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

This div border color is #350fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350fbc


Comments

No comments written yet.

Please login to write comment.