Color Hex Logo

#352cdb Color Hex

#352CDB
(53,44,219)
0 Favorites   0 Comments

Color spaces of #352cdb

RGB 5344219
HSL0.680.710.52
HSV243°80°86°
CMYK 0.760.800.00   0.14
XYZ15.15517.672767.7001
Yxy7.67270.16740.0848
Hunter Lab27.699649.1870-125.5197
CIE-Lab33.291758.6652-85.7167

#352cdb color RGB value is (53,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 11011011
Octal 65 54 333
Decimal 53 44 219
Hex 35 2C DB

RGB Percentages of Color #352cdb

%16.77
%13.92
%69.30

CMYK Percentages of Color #352cdb

%76
%80
%0
%14

Triadic Colors of #352cdb

#352cdb #db352c #2cdb35

Analogous Colors of #352cdb

#352cdb #8d2cdb #2c7bdb

Monochromatic Colors of #352cdb

#352cdb

Complementary Color

#352cdb #d2db2c

#352cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#352cdb Color CSS Codes

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

#352cdb Text Font Color

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

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


#352cdb Background Color

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

This div background color is #352cdb


#352cdb Border Color

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

This div border color is #352cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352cdb


Comments

No comments written yet.

Please login to write comment.