Color Hex Logo

#351bdb Color Hex

#351BDB
(53,27,219)
0 Favorites   0 Comments

Color spaces of #351bdb

RGB 5327219
HSL0.690.780.48
HSV248°88°86°
CMYK 0.760.880.00   0.14
XYZ14.64636.655267.5305
Yxy6.65520.16490.0749
Hunter Lab25.797756.1952-137.1449
CIE-Lab31.008765.4370-89.5103

#351bdb color RGB value is (53,27,219).

#351bdb hex color red value is 53, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #351bdb hue: 0.69 , saturation: 0.78 and the lightness value of 351bdb is 0.48.

The process color (four color CMYK) of #351bdb color hex is 0.76, 0.88, 0.00, 0.14. Web safe color of #351bdb is #3333cc. Color #351bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 11011011
Octal 65 33 333
Decimal 53 27 219
Hex 35 1B DB

RGB Percentages of Color #351bdb

%17.73
%9.03
%73.24

CMYK Percentages of Color #351bdb

%76
%88
%0
%14

Triadic Colors of #351bdb

#351bdb #db351b #1bdb35

Analogous Colors of #351bdb

#351bdb #951bdb #1b61db

Monochromatic Colors of #351bdb

#351bdb

Complementary Color

#351bdb #c1db1b

#351bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#351bdb Color CSS Codes

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

#351bdb Text Font Color

<p style="color:#351bdb">Text here</p>

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


#351bdb Background Color

<div style="background-color:#351bdb">
Div content here</div>

This div background color is #351bdb


#351bdb Border Color

<div style="border:3px solid #351bdb">
Div here</div>

This div border color is #351bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,27,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #351bdb;
  box-shadow:         1px 1px 3px 2px #351bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351bdb


Comments

No comments written yet.

Please login to write comment.