Color Hex Logo

#358ff2 Color Hex

#358FF2
(53,143,242)
0 Favorites   0 Comments

Color spaces of #358ff2

RGB 53143242
HSL0.590.880.58
HSV211°78°95°
CMYK 0.780.410.00   0.05
XYZ27.317726.812687.7400
Yxy26.81260.19260.1890
Hunter Lab51.78093.5535-64.2172
CIE-Lab58.80057.5523-57.1463

#358ff2 color RGB value is (53,143,242).

#358ff2 hex color red value is 53, green value is 143 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #358ff2 hue: 0.59 , saturation: 0.88 and the lightness value of 358ff2 is 0.58.

The process color (four color CMYK) of #358ff2 color hex is 0.78, 0.41, 0.00, 0.05. Web safe color of #358ff2 is #3399ff. Color #358ff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11110010
Octal 65 217 362
Decimal 53 143 242
Hex 35 8F F2

RGB Percentages of Color #358ff2

%12.10
%32.65
%55.25

CMYK Percentages of Color #358ff2

%78
%41
%0
%5

Triadic Colors of #358ff2

#358ff2 #f2358f #8ff235

Analogous Colors of #358ff2

#358ff2 #3935f2 #35eef2

Monochromatic Colors of #358ff2

#358ff2

Complementary Color

#358ff2 #f29835

#358ff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358ff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358ff2 Color CSS Codes

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

#358ff2 Text Font Color

<p style="color:#358ff2">Text here</p>

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


#358ff2 Background Color

<div style="background-color:#358ff2">
Div content here</div>

This div background color is #358ff2


#358ff2 Border Color

<div style="border:3px solid #358ff2">
Div here</div>

This div border color is #358ff2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,143,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358ff2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358ff2;
  -webkit-box-shadow: 1px 1px 3px 2px #358ff2;
  box-shadow:         1px 1px 3px 2px #358ff2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358ff2


Comments

No comments written yet.

Please login to write comment.