Color Hex Logo

#351bdd Color Hex

#351BDD
(53,27,221)
0 Favorites   0 Comments

Color spaces of #351bdd

RGB 5327221
HSL0.690.780.49
HSV248°88°87°
CMYK 0.760.880.00   0.13
XYZ14.91136.761268.9257
Yxy6.76120.16460.0746
Hunter Lab26.002356.8587-138.9615
CIE-Lab31.257065.9739-90.2488

#351bdd color RGB value is (53,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 11011101
Octal 65 33 335
Decimal 53 27 221
Hex 35 1B DD

RGB Percentages of Color #351bdd

%17.61
%8.97
%73.42

CMYK Percentages of Color #351bdd

%76
%88
%0
%13

Triadic Colors of #351bdd

#351bdd #dd351b #1bdd35

Analogous Colors of #351bdd

#351bdd #961bdd #1b62dd

Monochromatic Colors of #351bdd

#351bdd

Complementary Color

#351bdd #c3dd1b

#351bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#351bdd Color CSS Codes

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

#351bdd Text Font Color

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

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


#351bdd Background Color

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

This div background color is #351bdd


#351bdd Border Color

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

This div border color is #351bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351bdd


Comments

No comments written yet.

Please login to write comment.