Color Hex Logo

#5346cf Color Hex

#5346CF
(83,70,207)
0 Favorites   0 Comments

Color spaces of #5346cf

RGB 8370207
HSL0.680.590.54
HSV246°66°81°
CMYK 0.600.660.00   0.19
XYZ17.019910.724360.2044
Yxy10.72430.19350.1219
Hunter Lab32.748035.4617-86.0761
CIE-Lab39.112244.2703-69.1335

#5346cf color RGB value is (83,70,207).

#5346cf hex color red value is 83, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5346cf hue: 0.68 , saturation: 0.59 and the lightness value of 5346cf is 0.54.

The process color (four color CMYK) of #5346cf color hex is 0.60, 0.66, 0.00, 0.19. Web safe color of #5346cf is #6633cc. Color #5346cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 11001111
Octal 123 106 317
Decimal 83 70 207
Hex 53 46 CF

RGB Percentages of Color #5346cf

%23.06
%19.44
%57.50

CMYK Percentages of Color #5346cf

%60
%66
%0
%19

Triadic Colors of #5346cf

#5346cf #cf5346 #46cf53

Analogous Colors of #5346cf

#5346cf #9846cf #467ecf

Monochromatic Colors of #5346cf

#5346cf

Complementary Color

#5346cf #c2cf46

#5346cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5346cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5346cf Color CSS Codes

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

#5346cf Text Font Color

<p style="color:#5346cf">Text here</p>

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


#5346cf Background Color

<div style="background-color:#5346cf">
Div content here</div>

This div background color is #5346cf


#5346cf Border Color

<div style="border:3px solid #5346cf">
Div here</div>

This div border color is #5346cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,70,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5346cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5346cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5346cf;
  box-shadow:         1px 1px 3px 2px #5346cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,70,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5346cf


Comments

No comments written yet.

Please login to write comment.