Color Hex Logo

#350ceb Color Hex

#350CEB
(53,12,235)
0 Favorites   0 Comments

Color spaces of #350ceb

RGB 5312235
HSL0.700.900.48
HSV251°95°92°
CMYK 0.770.950.00   0.08
XYZ16.59517.018079.0772
Yxy7.01800.16160.0683
Hunter Lab26.491565.4578-158.4367
CIE-Lab31.847973.2177-97.2778

#350ceb color RGB value is (53,12,235).

#350ceb hex color red value is 53, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #350ceb hue: 0.70 , saturation: 0.90 and the lightness value of 350ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001100 11101011
Octal 65 14 353
Decimal 53 12 235
Hex 35 C EB

RGB Percentages of Color #350ceb

%17.67
%4.00
%78.33

CMYK Percentages of Color #350ceb

%77
%95
%0
%8

Triadic Colors of #350ceb

#350ceb #eb350c #0ceb35

Analogous Colors of #350ceb

#350ceb #a50ceb #0c52eb

Monochromatic Colors of #350ceb

#350ceb

Complementary Color

#350ceb #c2eb0c

#350ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#350ceb Color CSS Codes

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

#350ceb Text Font Color

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

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


#350ceb Background Color

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

This div background color is #350ceb


#350ceb Border Color

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

This div border color is #350ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350ceb


Comments

No comments written yet.

Please login to write comment.