Color Hex Logo

#352bdb Color Hex

#352BDB
(53,43,219)
0 Favorites   0 Comments

Color spaces of #352bdb

RGB 5343219
HSL0.680.710.51
HSV243°80°86°
CMYK 0.760.800.00   0.14
XYZ15.11837.599167.6878
Yxy7.59910.16720.0841
Hunter Lab27.566549.6536-126.2865
CIE-Lab33.133659.1271-85.9790

#352bdb color RGB value is (53,43,219).

#352bdb hex color red value is 53, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #352bdb hue: 0.68 , saturation: 0.71 and the lightness value of 352bdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101011 11011011
Octal 65 53 333
Decimal 53 43 219
Hex 35 2B DB

RGB Percentages of Color #352bdb

%16.83
%13.65
%69.52

CMYK Percentages of Color #352bdb

%76
%80
%0
%14

Triadic Colors of #352bdb

#352bdb #db352b #2bdb35

Analogous Colors of #352bdb

#352bdb #8d2bdb #2b79db

Monochromatic Colors of #352bdb

#352bdb

Complementary Color

#352bdb #d1db2b

#352bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#352bdb Color CSS Codes

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

#352bdb Text Font Color

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

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


#352bdb Background Color

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

This div background color is #352bdb


#352bdb Border Color

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

This div border color is #352bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352bdb


Comments

No comments written yet.

Please login to write comment.