Color Hex Logo

#352abf Color Hex

#352ABF
(53,42,191)
0 Favorites   0 Comments

Color spaces of #352abf

RGB 5342191
HSL0.680.640.46
HSV244°78°75°
CMYK 0.720.780.00   0.25
XYZ11.70016.174449.8653
Yxy6.17440.17270.0911
Hunter Lab24.848340.5640-101.5885
CIE-Lab29.848351.1037-75.1128

#352abf color RGB value is (53,42,191).

#352abf hex color red value is 53, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #352abf hue: 0.68 , saturation: 0.64 and the lightness value of 352abf is 0.46.

The process color (four color CMYK) of #352abf color hex is 0.72, 0.78, 0.00, 0.25. Web safe color of #352abf is #3333cc. Color #352abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101010 10111111
Octal 65 52 277
Decimal 53 42 191
Hex 35 2A BF

RGB Percentages of Color #352abf

%18.53
%14.69
%66.78

CMYK Percentages of Color #352abf

%72
%78
%0
%25

Triadic Colors of #352abf

#352abf #bf352a #2abf35

Analogous Colors of #352abf

#352abf #802abf #2a6abf

Monochromatic Colors of #352abf

#352abf

Complementary Color

#352abf #b4bf2a

#352abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#352abf Color CSS Codes

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

#352abf Text Font Color

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

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


#352abf Background Color

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

This div background color is #352abf


#352abf Border Color

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

This div border color is #352abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352abf


Comments

No comments written yet.

Please login to write comment.