Color Hex Logo

#350bee Color Hex

#350BEE
(53,11,238)
0 Favorites   0 Comments

Color spaces of #350bee

RGB 5311238
HSL0.700.910.49
HSV251°95°93°
CMYK 0.780.950.00   0.07
XYZ17.02057.169381.3756
Yxy7.16930.16120.0679
Hunter Lab26.775566.6105-161.4499
CIE-Lab32.189374.1138-98.4143

#350bee color RGB value is (53,11,238).

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

The process color (four color CMYK) of #350bee color hex is 0.78, 0.95, 0.00, 0.07. Web safe color of #350bee is #3300ff. Color #350bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001011 11101110
Octal 65 13 356
Decimal 53 11 238
Hex 35 B EE

RGB Percentages of Color #350bee

%17.55
%3.64
%78.81

CMYK Percentages of Color #350bee

%78
%95
%0
%7

Triadic Colors of #350bee

#350bee #ee350b #0bee35

Analogous Colors of #350bee

#350bee #a70bee #0b53ee

Monochromatic Colors of #350bee

#350bee

Complementary Color

#350bee #c4ee0b

#350bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#350bee Color CSS Codes

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

#350bee Text Font Color

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

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


#350bee Background Color

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

This div background color is #350bee


#350bee Border Color

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

This div border color is #350bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,11,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 #350bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350bee


Comments

No comments written yet.

Please login to write comment.