Color Hex Logo

#351bdf Color Hex

#351BDF
(53,27,223)
0 Favorites   0 Comments

Color spaces of #351bdf

RGB 5327223
HSL0.690.780.49
HSV248°88°87°
CMYK 0.760.880.00   0.13
XYZ15.17946.868570.3377
Yxy6.86850.16430.0743
Hunter Lab26.207857.5223-140.7796
CIE-Lab31.505766.5086-90.9848

#351bdf color RGB value is (53,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011011 11011111
Octal 65 33 337
Decimal 53 27 223
Hex 35 1B DF

RGB Percentages of Color #351bdf

%17.49
%8.91
%73.60

CMYK Percentages of Color #351bdf

%76
%88
%0
%13

Triadic Colors of #351bdf

#351bdf #df351b #1bdf35

Analogous Colors of #351bdf

#351bdf #971bdf #1b63df

Monochromatic Colors of #351bdf

#351bdf

Complementary Color

#351bdf #c5df1b

#351bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#351bdf Color CSS Codes

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

#351bdf Text Font Color

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

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


#351bdf Background Color

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

This div background color is #351bdf


#351bdf Border Color

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

This div border color is #351bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351bdf


Comments

No comments written yet.

Please login to write comment.